Html Css Color HEX #B1CBDB Spindle

📋 copy color: '#B1CBDB'

red 177 ◦ green 203 ◦ blue 219

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

Shades of Spindle #B1CBDB

Tints of Spindle #B1CBDB

RGB

 RED value IS 177 (69.53% from 255) = 29.55%

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

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

R = 29.55%
G = 33.89%
B = 36.56%

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

#B1CBDB (or 0xB1CBDB) is known color: Spindle. HEX triplet: B1, CB and DB. RGB value is (177,203,219). Sum of RGB (Red+Green+Blue) = 177+203+219=599 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.55% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CBDB is #4E3424. Grayscale: #C4C4C4. Windows color (decimal): -5125157 or 14404529. OLE color: 14404529.

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

Color convert

RGB 177 203 219 -
CMYK 0.19 0.07 0 0.14
HSL 202.86º 0.37% 0.78% -
HSV(B) 202.86º 0.19% 0.86% -
XYZ 52.27 57.17 75.3 -
YUV 197.05 140.39 113.7 -
System Red Green Blue C M Y K H S L
Decimal 177 203 219 0.19 0.07 0 0.14 202.86 0.37 0.78
Hex B1 CB DB 13 7 0 E CB 25 4E
Octal 261 313 333 23 7 0 16 313 45 116
Binary 10110001 11001011 11011011 10011 111 0 1110 11001011 100101 1001110

Color Harmonies of #B1CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CBDB

Black with #B1CBDB

Text Example


Text Example

White with #B1CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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