Html Css Color HEX #BBCADF Light Steel Blue

📋 copy color: '#BBCADF'

red 187 ◦ green 202 ◦ blue 223

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

Shades of Light Steel Blue #BBCADF

Tints of Light Steel Blue #BBCADF

RGB

 RED value IS 187 (73.44% from 255) = 30.56%

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

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

R = 30.56%
G = 33.01%
B = 36.44%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBCADF (or 0xBBCADF) is known color: Light Steel Blue. HEX triplet: BB, CA and DF. RGB value is (187,202,223). Sum of RGB (Red+Green+Blue) = 187+202+223=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBCADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCADF is #443520. Grayscale: #C7C7C7. Windows color (decimal): -4470049 or 14666427. OLE color: 14666427.

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

Color convert

RGB 187 202 223 -
CMYK 0.16 0.09 0 0.13
HSL 215º 0.36% 0.8% -
HSV(B) 215º 0.16% 0.87% -
XYZ 54.93 58.13 78.14 -
YUV 199.91 141.03 118.79 -
System Red Green Blue C M Y K H S L
Decimal 187 202 223 0.16 0.09 0 0.13 215 0.36 0.8
Hex BB CA DF 10 9 0 D D7 24 50
Octal 273 312 337 20 11 0 15 327 44 120
Binary 10111011 11001010 11011111 10000 1001 0 1101 11010111 100100 1010000

Color Harmonies of #BBCADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCADF

Black with #BBCADF

Text Example


Text Example

White with #BBCADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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