Html Css Color HEX #B0CBDB Spindle

📋 copy color: '#B0CBDB'

red 176 ◦ green 203 ◦ blue 219

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

Shades of Spindle #B0CBDB

Tints of Spindle #B0CBDB

RGB

 RED value IS 176 (69.14% from 255) = 29.43%

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

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

R = 29.43%
G = 33.95%
B = 36.62%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0CBDB (or 0xB0CBDB) is known color: Spindle. HEX triplet: B0, CB and DB. RGB value is (176,203,219). Sum of RGB (Red+Green+Blue) = 176+203+219=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CBDB is #4F3424. Grayscale: #C4C4C4. Windows color (decimal): -5190693 or 14404528. OLE color: 14404528.

HSL color Cylindrical-coordinate representation of color #B0CBDB: hue angle of 202.33º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0CBDB is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 203 219 -
CMYK 0.20 0.07 0 0.14
HSL 202.33º 0.37% 0.77% -
HSV(B) 202.33º 0.2% 0.86% -
XYZ 52.05 57.06 75.29 -
YUV 196.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 176 203 219 0.20 0.07 0 0.14 202.33 0.37 0.77
Hex B0 CB DB 14 7 0 E CA 25 4D
Octal 260 313 333 24 7 0 16 312 45 115
Binary 10110000 11001011 11011011 10100 111 0 1110 11001010 100101 1001101

Color Harmonies of #B0CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CBDB

Black with #B0CBDB

Text Example


Text Example

White with #B0CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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