Html Css Color HEX #BCD5E7 Light Blue

📋 copy color: '#BCD5E7'

red 188 ◦ green 213 ◦ blue 231

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

Shades of Light Blue #BCD5E7

Tints of Light Blue #BCD5E7

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.7%

 BLUE value IS 231 (90.63% from 255) = 36.55%

R = 29.75%
G = 33.7%
B = 36.55%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BCD5E7 (or 0xBCD5E7) is known color: Light Blue. HEX triplet: BC, D5 and E7. RGB value is (188,213,231). Sum of RGB (Red+Green+Blue) = 188+213+231=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCD5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD5E7 is #432A18. Grayscale: #CFCFCF. Windows color (decimal): -4401689 or 15193532. OLE color: 15193532.

HSL color Cylindrical-coordinate representation of color #BCD5E7: hue angle of 205.12º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCD5E7 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 213 231 -
CMYK 0.19 0.08 0 0.09
HSL 205.12º 0.47% 0.82% -
HSV(B) 205.12º 0.19% 0.91% -
XYZ 58.96 64.05 84.86 -
YUV 207.58 141.22 114.04 -
System Red Green Blue C M Y K H S L
Decimal 188 213 231 0.19 0.08 0 0.09 205.12 0.47 0.82
Hex BC D5 E7 13 8 0 9 CD 2F 52
Octal 274 325 347 23 10 0 11 315 57 122
Binary 10111100 11010101 11100111 10011 1000 0 1001 11001101 101111 1010010

Color Harmonies of #BCD5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5E7

Black with #BCD5E7

Text Example


Text Example

White with #BCD5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5E7; }

 p { color: rgb(188,213,231); }

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

background-color css

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

 a { background-color: rgb(188,213,231); }

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

border-color css

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

 span { border-color: rgb(188,213,231); }

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