Html Css Color HEX #B8CADB Spindle

📋 copy color: '#B8CADB'

red 184 ◦ green 202 ◦ blue 219

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

Shades of Spindle #B8CADB

Tints of Spindle #B8CADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.39%

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

R = 30.41%
G = 33.39%
B = 36.2%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B8CADB (or 0xB8CADB) is known color: Spindle. HEX triplet: B8, CA and DB. RGB value is (184,202,219). Sum of RGB (Red+Green+Blue) = 184+202+219=605 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.41% from 605); Green value is 202 (79.30% from 255 or 33.39% 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 #B8CADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CADB is #473524. Grayscale: #C6C6C6. Windows color (decimal): -4666661 or 14404280. OLE color: 14404280.

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

Color convert

RGB 184 202 219 -
CMYK 0.16 0.08 0 0.14
HSL 209.14º 0.33% 0.79% -
HSV(B) 209.14º 0.16% 0.86% -
XYZ 53.67 57.55 75.3 -
YUV 198.56 139.54 117.62 -
System Red Green Blue C M Y K H S L
Decimal 184 202 219 0.16 0.08 0 0.14 209.14 0.33 0.79
Hex B8 CA DB 10 8 0 E D1 21 4F
Octal 270 312 333 20 10 0 16 321 41 117
Binary 10111000 11001010 11011011 10000 1000 0 1110 11010001 100001 1001111

Color Harmonies of #B8CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CADB

Black with #B8CADB

Text Example


Text Example

White with #B8CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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