Html Css Color HEX #B8CBDB Spindle

📋 copy color: '#B8CBDB'

red 184 ◦ green 203 ◦ blue 219

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

Shades of Spindle #B8CBDB

Tints of Spindle #B8CBDB

RGB

 RED value IS 184 (72.27% from 255) = 30.36%

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

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

R = 30.36%
G = 33.5%
B = 36.14%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B8CBDB (or 0xB8CBDB) is known color: Spindle. HEX triplet: B8, CB and DB. RGB value is (184,203,219). Sum of RGB (Red+Green+Blue) = 184+203+219=606 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.36% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #B8CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CBDB is #473424. Grayscale: #C7C7C7. Windows color (decimal): -4666405 or 14404536. OLE color: 14404536.

HSL color Cylindrical-coordinate representation of color #B8CBDB: hue angle of 207.43º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8CBDB is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 203 219 -
CMYK 0.16 0.07 0 0.14
HSL 207.43º 0.33% 0.79% -
HSV(B) 207.43º 0.16% 0.86% -
XYZ 53.91 58.02 75.37 -
YUV 199.14 139.21 117.2 -
System Red Green Blue C M Y K H S L
Decimal 184 203 219 0.16 0.07 0 0.14 207.43 0.33 0.79
Hex B8 CB DB 10 7 0 E CF 21 4F
Octal 270 313 333 20 7 0 16 317 41 117
Binary 10111000 11001011 11011011 10000 111 0 1110 11001111 100001 1001111

Color Harmonies of #B8CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CBDB

Black with #B8CBDB

Text Example


Text Example

White with #B8CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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