Html Css Color HEX #BCD8ED Pale Cornflower Blue

📋 copy color: '#BCD8ED'

red 188 ◦ green 216 ◦ blue 237

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

Shades of Pale Cornflower Blue #BCD8ED

Tints of Pale Cornflower Blue #BCD8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.97%

R = 29.33%
G = 33.7%
B = 36.97%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCD8ED (or 0xBCD8ED) is known color: Pale Cornflower Blue. HEX triplet: BC, D8 and ED. RGB value is (188,216,237). Sum of RGB (Red+Green+Blue) = 188+216+237=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 216 (84.77% from 255 or 33.70% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCD8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD8ED is #432712. Grayscale: #D1D1D1. Windows color (decimal): -4400915 or 15587516. OLE color: 15587516.

HSL color Cylindrical-coordinate representation of color #BCD8ED: hue angle of 205.71º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCD8ED is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 216 237 -
CMYK 0.21 0.09 0 0.07
HSL 205.71º 0.58% 0.83% -
HSV(B) 205.71º 0.21% 0.93% -
XYZ 60.58 65.92 89.65 -
YUV 210.02 143.22 112.29 -
System Red Green Blue C M Y K H S L
Decimal 188 216 237 0.21 0.09 0 0.07 205.71 0.58 0.83
Hex BC D8 ED 15 9 0 7 CE 3A 53
Octal 274 330 355 25 11 0 7 316 72 123
Binary 10111100 11011000 11101101 10101 1001 0 111 11001110 111010 1010011

Color Harmonies of #BCD8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD8ED

Black with #BCD8ED

Text Example


Text Example

White with #BCD8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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