Html Css Color HEX #BCD6E4 Light Blue

📋 copy color: '#BCD6E4'

red 188 ◦ green 214 ◦ blue 228

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

Shades of Light Blue #BCD6E4

Tints of Light Blue #BCD6E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.19%

R = 29.84%
G = 33.97%
B = 36.19%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BCD6E4 (or 0xBCD6E4) is known color: Light Blue. HEX triplet: BC, D6 and E4. RGB value is (188,214,228). Sum of RGB (Red+Green+Blue) = 188+214+228=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 214 (83.98% from 255 or 33.97% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCD6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6E4 is #43291B. Grayscale: #CFCFCF. Windows color (decimal): -4401436 or 14997180. OLE color: 14997180.

HSL color Cylindrical-coordinate representation of color #BCD6E4: hue angle of 201º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCD6E4 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 214 228 -
CMYK 0.18 0.06 0 0.11
HSL 201º 0.43% 0.82% -
HSV(B) 201º 0.18% 0.89% -
XYZ 58.79 64.39 82.73 -
YUV 207.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 188 214 228 0.18 0.06 0 0.11 201 0.43 0.82
Hex BC D6 E4 12 6 0 B C9 2B 52
Octal 274 326 344 22 6 0 13 311 53 122
Binary 10111100 11010110 11100100 10010 110 0 1011 11001001 101011 1010010

Color Harmonies of #BCD6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD6E4

Black with #BCD6E4

Text Example


Text Example

White with #BCD6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD6E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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