Html Css Color HEX #BCD8EC Pale Cornflower Blue

📋 copy color: '#BCD8EC'

red 188 ◦ green 216 ◦ blue 236

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

Shades of Pale Cornflower Blue #BCD8EC

Tints of Pale Cornflower Blue #BCD8EC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.75%

 BLUE value IS 236 (92.58% from 255) = 36.88%

R = 29.38%
G = 33.75%
B = 36.88%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCD8EC (or 0xBCD8EC) is known color: Pale Cornflower Blue. HEX triplet: BC, D8 and EC. RGB value is (188,216,236). Sum of RGB (Red+Green+Blue) = 188+216+236=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCD8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD8EC is #432713. Grayscale: #D1D1D1. Windows color (decimal): -4400916 or 15521980. OLE color: 15521980.

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

Color convert

RGB 188 216 236 -
CMYK 0.20 0.08 0 0.07
HSL 205º 0.56% 0.83% -
HSV(B) 205º 0.2% 0.93% -
XYZ 60.44 65.86 88.88 -
YUV 209.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 188 216 236 0.20 0.08 0 0.07 205 0.56 0.83
Hex BC D8 EC 14 8 0 7 CD 38 53
Octal 274 330 354 24 10 0 7 315 70 123
Binary 10111100 11011000 11101100 10100 1000 0 111 11001101 111000 1010011

Color Harmonies of #BCD8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD8EC

Black with #BCD8EC

Text Example


Text Example

White with #BCD8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD8EC; }

 p { color: rgb(188,216,236); }

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

background-color css

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

 a { background-color: rgb(188,216,236); }

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

border-color css

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

 span { border-color: rgb(188,216,236); }

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