Html Css Color HEX #B6CCDD Spindle

📋 copy color: '#B6CCDD'

red 182 ◦ green 204 ◦ blue 221

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

Shades of Spindle #B6CCDD

Tints of Spindle #B6CCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.41%

R = 29.98%
G = 33.61%
B = 36.41%

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

#B6CCDD (or 0xB6CCDD) is known color: Spindle. HEX triplet: B6, CC and DD. RGB value is (182,204,221). Sum of RGB (Red+Green+Blue) = 182+204+221=607 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.98% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CCDD is #493322. Grayscale: #C7C7C7. Windows color (decimal): -4797219 or 14535862. OLE color: 14535862.

HSL color Cylindrical-coordinate representation of color #B6CCDD: hue angle of 206.15º degrees, saturation: 0.36, 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 #B6CCDD is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 204 221 -
CMYK 0.18 0.08 0 0.13
HSL 206.15º 0.36% 0.79% -
HSV(B) 206.15º 0.18% 0.87% -
XYZ 53.94 58.35 76.83 -
YUV 199.36 140.21 115.62 -
System Red Green Blue C M Y K H S L
Decimal 182 204 221 0.18 0.08 0 0.13 206.15 0.36 0.79
Hex B6 CC DD 12 8 0 D CE 24 4F
Octal 266 314 335 22 10 0 15 316 44 117
Binary 10110110 11001100 11011101 10010 1000 0 1101 11001110 100100 1001111

Color Harmonies of #B6CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CCDD

Black with #B6CCDD

Text Example


Text Example

White with #B6CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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