Html Css Color HEX #B2CBDE Spindle

📋 copy color: '#B2CBDE'

red 178 ◦ green 203 ◦ blue 222

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

Shades of Spindle #B2CBDE

Tints of Spindle #B2CBDE

RGB

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

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

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

R = 29.52%
G = 33.67%
B = 36.82%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B2CBDE (or 0xB2CBDE) is known color: Spindle. HEX triplet: B2, CB and DE. RGB value is (178,203,222). Sum of RGB (Red+Green+Blue) = 178+203+222=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #B2CBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CBDE is #4D3421. Grayscale: #C5C5C5. Windows color (decimal): -5059618 or 14601138. OLE color: 14601138.

HSL color Cylindrical-coordinate representation of color #B2CBDE: hue angle of 205.91º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2CBDE is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 203 222 -
CMYK 0.20 0.09 0 0.13
HSL 205.91º 0.4% 0.78% -
HSV(B) 205.91º 0.2% 0.87% -
XYZ 52.9 57.45 77.41 -
YUV 197.69 141.72 113.96 -
System Red Green Blue C M Y K H S L
Decimal 178 203 222 0.20 0.09 0 0.13 205.91 0.4 0.78
Hex B2 CB DE 14 9 0 D CE 28 4E
Octal 262 313 336 24 11 0 15 316 50 116
Binary 10110010 11001011 11011110 10100 1001 0 1101 11001110 101000 1001110

Color Harmonies of #B2CBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CBDE

Black with #B2CBDE

Text Example


Text Example

White with #B2CBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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