Html Css Color HEX #B8CADF Light Steel Blue

📋 copy color: '#B8CADF'

red 184 ◦ green 202 ◦ blue 223

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

Shades of Light Steel Blue #B8CADF

Tints of Light Steel Blue #B8CADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.62%

R = 30.21%
G = 33.17%
B = 36.62%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B8CADF (or 0xB8CADF) is known color: Light Steel Blue. HEX triplet: B8, CA and DF. RGB value is (184,202,223). Sum of RGB (Red+Green+Blue) = 184+202+223=609 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.21% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #B8CADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CADF is #473520. Grayscale: #C6C6C6. Windows color (decimal): -4666657 or 14666424. OLE color: 14666424.

HSL color Cylindrical-coordinate representation of color #B8CADF: hue angle of 212.31º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8CADF is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 202 223 -
CMYK 0.17 0.09 0 0.13
HSL 212.31º 0.38% 0.8% -
HSV(B) 212.31º 0.17% 0.87% -
XYZ 54.21 57.76 78.1 -
YUV 199.01 141.54 117.29 -
System Red Green Blue C M Y K H S L
Decimal 184 202 223 0.17 0.09 0 0.13 212.31 0.38 0.8
Hex B8 CA DF 11 9 0 D D4 26 50
Octal 270 312 337 21 11 0 15 324 46 120
Binary 10111000 11001010 11011111 10001 1001 0 1101 11010100 100110 1010000

Color Harmonies of #B8CADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CADF

Black with #B8CADF

Text Example


Text Example

White with #B8CADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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