Html Css Color HEX #B8CCD9 Spindle

📋 copy color: '#B8CCD9'

red 184 ◦ green 204 ◦ blue 217

#B8CCD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spindle #B8CCD9

Tints of Spindle #B8CCD9

RGB

 RED value IS 184 (72.27% from 255) = 30.41%

 GREEN value IS 204 (80.08% from 255) = 33.72%

 BLUE value IS 217 (85.16% from 255) = 35.87%

R = 30.41%
G = 33.72%
B = 35.87%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B8CCD9 (or 0xB8CCD9) is known color: Spindle. HEX triplet: B8, CC and D9. RGB value is (184,204,217). Sum of RGB (Red+Green+Blue) = 184+204+217=605 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.41% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 217 (85.16% from 255 or 35.87% from 605); Max value from RGB is 217 - color contains mainly: blue. Hex color #B8CCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CCD9 is #473326. Grayscale: #C7C7C7. Windows color (decimal): -4666151 or 14273720. OLE color: 14273720.

HSL color Cylindrical-coordinate representation of color #B8CCD9: hue angle of 203.64º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8CCD9 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 204 217 -
CMYK 0.15 0.06 0 0.15
HSL 203.64º 0.3% 0.79% -
HSV(B) 203.64º 0.15% 0.85% -
XYZ 53.88 58.39 74.08 -
YUV 199.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 184 204 217 0.15 0.06 0 0.15 203.64 0.3 0.79
Hex B8 CC D9 F 6 0 F CC 1E 4F
Octal 270 314 331 17 6 0 17 314 36 117
Binary 10111000 11001100 11011001 1111 110 0 1111 11001100 11110 1001111

Color Harmonies of #B8CCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CCD9

Black with #B8CCD9

Text Example


Text Example

White with #B8CCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CCD9; }

 p { color: rgb(184,204,217); }

 H1.HeaderClassName
 {
   color: #B8CCD9;
 }
 .AnyTagClassName
 {
   color: #B8CCD9;
 }
</style>

background-color css

<style>
 a { background-color: #B8CCD9; }

 a { background-color: rgb(184,204,217); }

 div.DivClassName
 {
   background-color: #B8CCD9;
 }
 .BgClassName
 {
   background-color: #B8CCD9;
 }
</style>

border-color css

<style>
 span { border-color: #B8CCD9; }

 span { border-color: rgb(184,204,217); }

 td.TdClassName
 {
   border-color: #B8CCD9;
 }
 .TagClassName
 {
   border-color: #B8CCD9;
 }
</style>