Html Css Color HEX #BCD9EA Light Blue

📋 copy color: '#BCD9EA'

red 188 ◦ green 217 ◦ blue 234

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

Shades of Light Blue #BCD9EA

Tints of Light Blue #BCD9EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.62%

R = 29.42%
G = 33.96%
B = 36.62%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCD9EA (or 0xBCD9EA) is known color: Light Blue. HEX triplet: BC, D9 and EA. RGB value is (188,217,234). Sum of RGB (Red+Green+Blue) = 188+217+234=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCD9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD9EA is #432615. Grayscale: #D2D2D2. Windows color (decimal): -4400662 or 15391164. OLE color: 15391164.

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

Color convert

RGB 188 217 234 -
CMYK 0.20 0.07 0 0.08
HSL 202.17º 0.52% 0.83% -
HSV(B) 202.17º 0.2% 0.92% -
XYZ 60.4 66.26 87.45 -
YUV 210.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 188 217 234 0.20 0.07 0 0.08 202.17 0.52 0.83
Hex BC D9 EA 14 7 0 8 CA 34 53
Octal 274 331 352 24 7 0 10 312 64 123
Binary 10111100 11011001 11101010 10100 111 0 1000 11001010 110100 1010011

Color Harmonies of #BCD9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD9EA

Black with #BCD9EA

Text Example


Text Example

White with #BCD9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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