Html Css Color HEX #B4CBDF Light Steel Blue

📋 copy color: '#B4CBDF'

red 180 ◦ green 203 ◦ blue 223

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

Shades of Light Steel Blue #B4CBDF

Tints of Light Steel Blue #B4CBDF

RGB

 RED value IS 180 (70.7% from 255) = 29.7%

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

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

R = 29.7%
G = 33.5%
B = 36.8%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B4CBDF (or 0xB4CBDF) is known color: Light Steel Blue. HEX triplet: B4, CB and DF. RGB value is (180,203,223). Sum of RGB (Red+Green+Blue) = 180+203+223=606 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.70% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4CBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CBDF is #4B3420. Grayscale: #C6C6C6. Windows color (decimal): -4928545 or 14666676. OLE color: 14666676.

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

Color convert

RGB 180 203 223 -
CMYK 0.19 0.09 0 0.13
HSL 207.91º 0.4% 0.79% -
HSV(B) 207.91º 0.19% 0.87% -
XYZ 53.5 57.74 78.14 -
YUV 198.4 141.88 114.87 -
System Red Green Blue C M Y K H S L
Decimal 180 203 223 0.19 0.09 0 0.13 207.91 0.4 0.79
Hex B4 CB DF 13 9 0 D D0 28 4F
Octal 264 313 337 23 11 0 15 320 50 117
Binary 10110100 11001011 11011111 10011 1001 0 1101 11010000 101000 1001111

Color Harmonies of #B4CBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CBDF

Black with #B4CBDF

Text Example


Text Example

White with #B4CBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CBDF; }

 p { color: rgb(180,203,223); }

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

background-color css

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

 a { background-color: rgb(180,203,223); }

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

border-color css

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

 span { border-color: rgb(180,203,223); }

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