Html Css Color HEX #B6CCDE Spindle

📋 copy color: '#B6CCDE'

red 182 ◦ green 204 ◦ blue 222

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

Shades of Spindle #B6CCDE

Tints of Spindle #B6CCDE

RGB

 RED value IS 182 (71.48% from 255) = 29.93%

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

 BLUE value IS 222 (87.11% from 255) = 36.51%

R = 29.93%
G = 33.55%
B = 36.51%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B6CCDE (or 0xB6CCDE) is known color: Spindle. HEX triplet: B6, CC and DE. RGB value is (182,204,222). Sum of RGB (Red+Green+Blue) = 182+204+222=608 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.93% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #B6CCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CCDE is #493321. Grayscale: #C7C7C7. Windows color (decimal): -4797218 or 14601398. OLE color: 14601398.

HSL color Cylindrical-coordinate representation of color #B6CCDE: hue angle of 207º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6CCDE is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 204 222 -
CMYK 0.18 0.08 0 0.13
HSL 207º 0.38% 0.79% -
HSV(B) 207º 0.18% 0.87% -
XYZ 54.07 58.4 77.53 -
YUV 199.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 182 204 222 0.18 0.08 0 0.13 207 0.38 0.79
Hex B6 CC DE 12 8 0 D CF 26 4F
Octal 266 314 336 22 10 0 15 317 46 117
Binary 10110110 11001100 11011110 10010 1000 0 1101 11001111 100110 1001111

Color Harmonies of #B6CCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CCDE

Black with #B6CCDE

Text Example


Text Example

White with #B6CCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CCDE; }

 p { color: rgb(182,204,222); }

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

background-color css

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

 a { background-color: rgb(182,204,222); }

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

border-color css

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

 span { border-color: rgb(182,204,222); }

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