Html Css Color HEX #BCD6ED Pale Cornflower Blue

📋 copy color: '#BCD6ED'

red 188 ◦ green 214 ◦ blue 237

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

Shades of Pale Cornflower Blue #BCD6ED

Tints of Pale Cornflower Blue #BCD6ED

RGB

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

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

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

R = 29.42%
G = 33.49%
B = 37.09%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCD6ED (or 0xBCD6ED) is known color: Pale Cornflower Blue. HEX triplet: BC, D6 and ED. RGB value is (188,214,237). Sum of RGB (Red+Green+Blue) = 188+214+237=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCD6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD6ED is #432912. Grayscale: #D0D0D0. Windows color (decimal): -4401427 or 15587004. OLE color: 15587004.

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

Color convert

RGB 188 214 237 -
CMYK 0.21 0.10 0 0.07
HSL 208.16º 0.58% 0.83% -
HSV(B) 208.16º 0.21% 0.93% -
XYZ 60.07 64.9 89.48 -
YUV 208.85 143.89 113.13 -
System Red Green Blue C M Y K H S L
Decimal 188 214 237 0.21 0.10 0 0.07 208.16 0.58 0.83
Hex BC D6 ED 15 A 0 7 D0 3A 53
Octal 274 326 355 25 12 0 7 320 72 123
Binary 10111100 11010110 11101101 10101 1010 0 111 11010000 111010 1010011

Color Harmonies of #BCD6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD6ED

Black with #BCD6ED

Text Example


Text Example

White with #BCD6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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