Html Css Color HEX #B0CBDA Spindle

📋 copy color: '#B0CBDA'

red 176 ◦ green 203 ◦ blue 218

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

Shades of Spindle #B0CBDA

Tints of Spindle #B0CBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.52%

R = 29.48%
G = 34%
B = 36.52%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B0CBDA (or 0xB0CBDA) is known color: Spindle. HEX triplet: B0, CB and DA. RGB value is (176,203,218). Sum of RGB (Red+Green+Blue) = 176+203+218=597 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.48% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 218 - color contains mainly: blue. Hex color #B0CBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CBDA is #4F3425. Grayscale: #C4C4C4. Windows color (decimal): -5190694 or 14338992. OLE color: 14338992.

HSL color Cylindrical-coordinate representation of color #B0CBDA: hue angle of 201.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0CBDA is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 203 218 -
CMYK 0.19 0.07 0 0.15
HSL 201.43º 0.36% 0.77% -
HSV(B) 201.43º 0.19% 0.85% -
XYZ 51.92 57 74.6 -
YUV 196.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 176 203 218 0.19 0.07 0 0.15 201.43 0.36 0.77
Hex B0 CB DA 13 7 0 F C9 24 4D
Octal 260 313 332 23 7 0 17 311 44 115
Binary 10110000 11001011 11011010 10011 111 0 1111 11001001 100100 1001101

Color Harmonies of #B0CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CBDA

Black with #B0CBDA

Text Example


Text Example

White with #B0CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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