Html Css Color HEX #BCD8E0 Light Blue

📋 copy color: '#BCD8E0'

red 188 ◦ green 216 ◦ blue 224

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

Shades of Light Blue #BCD8E0

Tints of Light Blue #BCD8E0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.39%

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

R = 29.94%
G = 34.39%
B = 35.67%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BCD8E0 (or 0xBCD8E0) is known color: Light Blue. HEX triplet: BC, D8 and E0. RGB value is (188,216,224). Sum of RGB (Red+Green+Blue) = 188+216+224=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 224 (87.89% from 255 or 35.67% from 628); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCD8E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD8E0 is #43271F. Grayscale: #D0D0D0. Windows color (decimal): -4400928 or 14735548. OLE color: 14735548.

HSL color Cylindrical-coordinate representation of color #BCD8E0: hue angle of 193.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 #BCD8E0 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 216 224 -
CMYK 0.16 0.04 0 0.12
HSL 193.33º 0.37% 0.81% -
HSV(B) 193.33º 0.16% 0.88% -
XYZ 58.75 65.18 80.01 -
YUV 208.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 188 216 224 0.16 0.04 0 0.12 193.33 0.37 0.81
Hex BC D8 E0 10 4 0 C C1 25 51
Octal 274 330 340 20 4 0 14 301 45 121
Binary 10111100 11011000 11100000 10000 100 0 1100 11000001 100101 1010001

Color Harmonies of #BCD8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD8E0

Black with #BCD8E0

Text Example


Text Example

White with #BCD8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD8E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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