Html Css Color HEX #BCD6E5 Light Blue

📋 copy color: '#BCD6E5'

red 188 ◦ green 214 ◦ blue 229

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

Shades of Light Blue #BCD6E5

Tints of Light Blue #BCD6E5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.91%

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

R = 29.79%
G = 33.91%
B = 36.29%

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

#BCD6E5 (or 0xBCD6E5) is known color: Light Blue. HEX triplet: BC, D6 and E5. RGB value is (188,214,229). Sum of RGB (Red+Green+Blue) = 188+214+229=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 214 (83.98% from 255 or 33.91% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCD6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6E5 is #43291A. Grayscale: #CFCFCF. Windows color (decimal): -4401435 or 15062716. OLE color: 15062716.

HSL color Cylindrical-coordinate representation of color #BCD6E5: hue angle of 201.95º 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 #BCD6E5 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 214 229 -
CMYK 0.18 0.07 0 0.10
HSL 201.95º 0.44% 0.82% -
HSV(B) 201.95º 0.18% 0.9% -
XYZ 58.93 64.44 83.46 -
YUV 207.94 139.89 113.78 -
System Red Green Blue C M Y K H S L
Decimal 188 214 229 0.18 0.07 0 0.10 201.95 0.44 0.82
Hex BC D6 E5 12 7 0 A CA 2C 52
Octal 274 326 345 22 7 0 12 312 54 122
Binary 10111100 11010110 11100101 10010 111 0 1010 11001010 101100 1010010

Color Harmonies of #BCD6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD6E5

Black with #BCD6E5

Text Example


Text Example

White with #BCD6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD6E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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