Html Css Color HEX #B7CBDB Spindle

📋 copy color: '#B7CBDB'

red 183 ◦ green 203 ◦ blue 219

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

Shades of Spindle #B7CBDB

Tints of Spindle #B7CBDB

RGB

 RED value IS 183 (71.88% from 255) = 30.25%

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

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

R = 30.25%
G = 33.55%
B = 36.2%

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

#B7CBDB (or 0xB7CBDB) is known color: Spindle. HEX triplet: B7, CB and DB. RGB value is (183,203,219). Sum of RGB (Red+Green+Blue) = 183+203+219=605 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.25% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CBDB is #483424. Grayscale: #C6C6C6. Windows color (decimal): -4731941 or 14404535. OLE color: 14404535.

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

Color convert

RGB 183 203 219 -
CMYK 0.16 0.07 0 0.14
HSL 206.67º 0.33% 0.79% -
HSV(B) 206.67º 0.16% 0.86% -
XYZ 53.67 57.89 75.36 -
YUV 198.84 139.37 116.7 -
System Red Green Blue C M Y K H S L
Decimal 183 203 219 0.16 0.07 0 0.14 206.67 0.33 0.79
Hex B7 CB DB 10 7 0 E CF 21 4F
Octal 267 313 333 20 7 0 16 317 41 117
Binary 10110111 11001011 11011011 10000 111 0 1110 11001111 100001 1001111

Color Harmonies of #B7CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CBDB

Black with #B7CBDB

Text Example


Text Example

White with #B7CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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