Html Css Color HEX #BCD5E0 Light Blue

📋 copy color: '#BCD5E0'

red 188 ◦ green 213 ◦ blue 224

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

Shades of Light Blue #BCD5E0

Tints of Light Blue #BCD5E0

RGB

 RED value IS 188 (73.83% from 255) = 30.08%

 GREEN value IS 213 (83.59% from 255) = 34.08%

 BLUE value IS 224 (87.89% from 255) = 35.84%

R = 30.08%
G = 34.08%
B = 35.84%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BCD5E0 (or 0xBCD5E0) is known color: Light Blue. HEX triplet: BC, D5 and E0. RGB value is (188,213,224). Sum of RGB (Red+Green+Blue) = 188+213+224=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCD5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5E0 is #432A1F. Grayscale: #CECECE. Windows color (decimal): -4401696 or 14734780. OLE color: 14734780.

HSL color Cylindrical-coordinate representation of color #BCD5E0: hue angle of 198.33º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCD5E0 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 213 224 -
CMYK 0.16 0.05 0 0.12
HSL 198.33º 0.37% 0.81% -
HSV(B) 198.33º 0.16% 0.88% -
XYZ 57.99 63.66 79.75 -
YUV 206.78 137.72 114.61 -
System Red Green Blue C M Y K H S L
Decimal 188 213 224 0.16 0.05 0 0.12 198.33 0.37 0.81
Hex BC D5 E0 10 5 0 C C6 25 51
Octal 274 325 340 20 5 0 14 306 45 121
Binary 10111100 11010101 11100000 10000 101 0 1100 11000110 100101 1010001

Color Harmonies of #BCD5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5E0

Black with #BCD5E0

Text Example


Text Example

White with #BCD5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5E0; }

 p { color: rgb(188,213,224); }

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

background-color css

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

 a { background-color: rgb(188,213,224); }

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

border-color css

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

 span { border-color: rgb(188,213,224); }

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