Html Css Color HEX #B6CBDD Spindle

📋 copy color: '#B6CBDD'

red 182 ◦ green 203 ◦ blue 221

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

Shades of Spindle #B6CBDD

Tints of Spindle #B6CBDD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.5%

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

R = 30.03%
G = 33.5%
B = 36.47%

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

#B6CBDD (or 0xB6CBDD) is known color: Spindle. HEX triplet: B6, CB and DD. RGB value is (182,203,221). Sum of RGB (Red+Green+Blue) = 182+203+221=606 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.03% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CBDD is #493422. Grayscale: #C6C6C6. Windows color (decimal): -4797475 or 14535606. OLE color: 14535606.

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

Color convert

RGB 182 203 221 -
CMYK 0.18 0.08 0 0.13
HSL 207.69º 0.36% 0.79% -
HSV(B) 207.69º 0.18% 0.87% -
XYZ 53.7 57.88 76.75 -
YUV 198.77 140.54 116.04 -
System Red Green Blue C M Y K H S L
Decimal 182 203 221 0.18 0.08 0 0.13 207.69 0.36 0.79
Hex B6 CB DD 12 8 0 D D0 24 4F
Octal 266 313 335 22 10 0 15 320 44 117
Binary 10110110 11001011 11011101 10010 1000 0 1101 11010000 100100 1001111

Color Harmonies of #B6CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CBDD

Black with #B6CBDD

Text Example


Text Example

White with #B6CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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