Html Css Color HEX #BCD4E5 Light Blue

📋 copy color: '#BCD4E5'

red 188 ◦ green 212 ◦ blue 229

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

Shades of Light Blue #BCD4E5

Tints of Light Blue #BCD4E5

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.7%

 BLUE value IS 229 (89.84% from 255) = 36.41%

R = 29.89%
G = 33.7%
B = 36.41%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BCD4E5 (or 0xBCD4E5) is known color: Light Blue. HEX triplet: BC, D4 and E5. RGB value is (188,212,229). Sum of RGB (Red+Green+Blue) = 188+212+229=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 212 (83.20% from 255 or 33.70% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCD4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4E5 is #432B1A. Grayscale: #CECECE. Windows color (decimal): -4401947 or 15062204. OLE color: 15062204.

HSL color Cylindrical-coordinate representation of color #BCD4E5: hue angle of 204.88º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCD4E5 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 212 229 -
CMYK 0.18 0.07 0 0.10
HSL 204.88º 0.44% 0.82% -
HSV(B) 204.88º 0.18% 0.9% -
XYZ 58.43 63.44 83.29 -
YUV 206.76 140.55 114.62 -
System Red Green Blue C M Y K H S L
Decimal 188 212 229 0.18 0.07 0 0.10 204.88 0.44 0.82
Hex BC D4 E5 12 7 0 A CD 2C 52
Octal 274 324 345 22 7 0 12 315 54 122
Binary 10111100 11010100 11100101 10010 111 0 1010 11001101 101100 1010010

Color Harmonies of #BCD4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD4E5

Black with #BCD4E5

Text Example


Text Example

White with #BCD4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD4E5; }

 p { color: rgb(188,212,229); }

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

background-color css

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

 a { background-color: rgb(188,212,229); }

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

border-color css

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

 span { border-color: rgb(188,212,229); }

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