Html Css Color HEX #B2CBDC Spindle

📋 copy color: '#B2CBDC'

red 178 ◦ green 203 ◦ blue 220

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

Shades of Spindle #B2CBDC

Tints of Spindle #B2CBDC

RGB

 RED value IS 178 (69.92% from 255) = 29.62%

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

 BLUE value IS 220 (86.33% from 255) = 36.61%

R = 29.62%
G = 33.78%
B = 36.61%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2CBDC (or 0xB2CBDC) is known color: Spindle. HEX triplet: B2, CB and DC. RGB value is (178,203,220). Sum of RGB (Red+Green+Blue) = 178+203+220=601 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.62% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CBDC is #4D3423. Grayscale: #C5C5C5. Windows color (decimal): -5059620 or 14470066. OLE color: 14470066.

HSL color Cylindrical-coordinate representation of color #B2CBDC: hue angle of 204.29º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2CBDC is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 203 220 -
CMYK 0.19 0.08 0 0.14
HSL 204.29º 0.38% 0.78% -
HSV(B) 204.29º 0.19% 0.86% -
XYZ 52.63 57.34 76 -
YUV 197.46 140.72 114.12 -
System Red Green Blue C M Y K H S L
Decimal 178 203 220 0.19 0.08 0 0.14 204.29 0.38 0.78
Hex B2 CB DC 13 8 0 E CC 26 4E
Octal 262 313 334 23 10 0 16 314 46 116
Binary 10110010 11001011 11011100 10011 1000 0 1110 11001100 100110 1001110

Color Harmonies of #B2CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CBDC

Black with #B2CBDC

Text Example


Text Example

White with #B2CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CBDC; }

 p { color: rgb(178,203,220); }

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

background-color css

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

 a { background-color: rgb(178,203,220); }

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

border-color css

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

 span { border-color: rgb(178,203,220); }

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