Html Css Color HEX #B0CBDC Spindle

📋 copy color: '#B0CBDC'

red 176 ◦ green 203 ◦ blue 220

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

Shades of Spindle #B0CBDC

Tints of Spindle #B0CBDC

RGB

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

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

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

R = 29.38%
G = 33.89%
B = 36.73%

CMYK

 C value IS 0.2

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0CBDC (or 0xB0CBDC) is known color: Spindle. HEX triplet: B0, CB and DC. RGB value is (176,203,220). Sum of RGB (Red+Green+Blue) = 176+203+220=599 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.38% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CBDC is #4F3423. Grayscale: #C4C4C4. Windows color (decimal): -5190692 or 14470064. OLE color: 14470064.

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

Color convert

RGB 176 203 220 -
CMYK 0.2 0.08 0 0.14
HSL 203.18º 0.39% 0.78% -
HSV(B) 203.18º 0.2% 0.86% -
XYZ 52.18 57.11 75.98 -
YUV 196.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 176 203 220 0.2 0.08 0 0.14 203.18 0.39 0.78
Hex B0 CB DC 14 8 0 E CB 27 4E
Octal 260 313 334 24 10 0 16 313 47 116
Binary 10110000 11001011 11011100 10100 1000 0 1110 11001011 100111 1001110

Color Harmonies of #B0CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CBDC

Black with #B0CBDC

Text Example


Text Example

White with #B0CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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