Html Css Color HEX #BCD9EC Light Blue

📋 copy color: '#BCD9EC'

red 188 ◦ green 217 ◦ blue 236

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

Shades of Light Blue #BCD9EC

Tints of Light Blue #BCD9EC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.85%

 BLUE value IS 236 (92.58% from 255) = 36.82%

R = 29.33%
G = 33.85%
B = 36.82%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCD9EC (or 0xBCD9EC) is known color: Light Blue. HEX triplet: BC, D9 and EC. RGB value is (188,217,236). Sum of RGB (Red+Green+Blue) = 188+217+236=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCD9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD9EC is #432613. Grayscale: #D2D2D2. Windows color (decimal): -4400660 or 15522236. OLE color: 15522236.

HSL color Cylindrical-coordinate representation of color #BCD9EC: hue angle of 203.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCD9EC is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 217 236 -
CMYK 0.20 0.08 0 0.07
HSL 203.75º 0.56% 0.83% -
HSV(B) 203.75º 0.2% 0.93% -
XYZ 60.69 66.37 88.97 -
YUV 210.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 188 217 236 0.20 0.08 0 0.07 203.75 0.56 0.83
Hex BC D9 EC 14 8 0 7 CC 38 53
Octal 274 331 354 24 10 0 7 314 70 123
Binary 10111100 11011001 11101100 10100 1000 0 111 11001100 111000 1010011

Color Harmonies of #BCD9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD9EC

Black with #BCD9EC

Text Example


Text Example

White with #BCD9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD9EC; }

 p { color: rgb(188,217,236); }

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

background-color css

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

 a { background-color: rgb(188,217,236); }

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

border-color css

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

 span { border-color: rgb(188,217,236); }

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