Html Css Color HEX #B2CBDB Spindle

📋 copy color: '#B2CBDB'

red 178 ◦ green 203 ◦ blue 219

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

Shades of Spindle #B2CBDB

Tints of Spindle #B2CBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.5%

R = 29.67%
G = 33.83%
B = 36.5%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2CBDB (or 0xB2CBDB) is known color: Spindle. HEX triplet: B2, CB and DB. RGB value is (178,203,219). Sum of RGB (Red+Green+Blue) = 178+203+219=600 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.67% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CBDB is #4D3424. Grayscale: #C5C5C5. Windows color (decimal): -5059621 or 14404530. OLE color: 14404530.

HSL color Cylindrical-coordinate representation of color #B2CBDB: hue angle of 203.41º degrees, saturation: 0.36, 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 #B2CBDB is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 203 219 -
CMYK 0.19 0.07 0 0.14
HSL 203.41º 0.36% 0.78% -
HSV(B) 203.41º 0.19% 0.86% -
XYZ 52.5 57.29 75.31 -
YUV 197.35 140.22 114.2 -
System Red Green Blue C M Y K H S L
Decimal 178 203 219 0.19 0.07 0 0.14 203.41 0.36 0.78
Hex B2 CB DB 13 7 0 E CB 24 4E
Octal 262 313 333 23 7 0 16 313 44 116
Binary 10110010 11001011 11011011 10011 111 0 1110 11001011 100100 1001110

Color Harmonies of #B2CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CBDB

Black with #B2CBDB

Text Example


Text Example

White with #B2CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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