Html Css Color HEX #B6CBDB Spindle

📋 copy color: '#B6CBDB'

red 182 ◦ green 203 ◦ blue 219

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

Shades of Spindle #B6CBDB

Tints of Spindle #B6CBDB

RGB

 RED value IS 182 (71.48% from 255) = 30.13%

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

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

R = 30.13%
G = 33.61%
B = 36.26%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B6CBDB (or 0xB6CBDB) is known color: Spindle. HEX triplet: B6, CB and DB. RGB value is (182,203,219). Sum of RGB (Red+Green+Blue) = 182+203+219=604 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.13% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #B6CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CBDB is #493424. Grayscale: #C6C6C6. Windows color (decimal): -4797477 or 14404534. OLE color: 14404534.

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

Color convert

RGB 182 203 219 -
CMYK 0.17 0.07 0 0.14
HSL 205.95º 0.34% 0.79% -
HSV(B) 205.95º 0.17% 0.86% -
XYZ 53.43 57.77 75.35 -
YUV 198.55 139.54 116.2 -
System Red Green Blue C M Y K H S L
Decimal 182 203 219 0.17 0.07 0 0.14 205.95 0.34 0.79
Hex B6 CB DB 11 7 0 E CE 22 4F
Octal 266 313 333 21 7 0 16 316 42 117
Binary 10110110 11001011 11011011 10001 111 0 1110 11001110 100010 1001111

Color Harmonies of #B6CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CBDB

Black with #B6CBDB

Text Example


Text Example

White with #B6CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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