Html Css Color HEX #BCD9ED Light Blue

📋 copy color: '#BCD9ED'

red 188 ◦ green 217 ◦ blue 237

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

Shades of Light Blue #BCD9ED

Tints of Light Blue #BCD9ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.92%

R = 29.28%
G = 33.8%
B = 36.92%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCD9ED (or 0xBCD9ED) is known color: Light Blue. HEX triplet: BC, D9 and ED. RGB value is (188,217,237). Sum of RGB (Red+Green+Blue) = 188+217+237=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCD9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD9ED is #432612. Grayscale: #D2D2D2. Windows color (decimal): -4400659 or 15587772. OLE color: 15587772.

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

Color convert

RGB 188 217 237 -
CMYK 0.21 0.08 0 0.07
HSL 204.49º 0.58% 0.83% -
HSV(B) 204.49º 0.21% 0.93% -
XYZ 60.84 66.43 89.74 -
YUV 210.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 188 217 237 0.21 0.08 0 0.07 204.49 0.58 0.83
Hex BC D9 ED 15 8 0 7 CC 3A 53
Octal 274 331 355 25 10 0 7 314 72 123
Binary 10111100 11011001 11101101 10101 1000 0 111 11001100 111010 1010011

Color Harmonies of #BCD9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD9ED

Black with #BCD9ED

Text Example


Text Example

White with #BCD9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD9ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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