Html Css Color HEX #BCD5ED Pale Cornflower Blue

📋 copy color: '#BCD5ED'

red 188 ◦ green 213 ◦ blue 237

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

Shades of Pale Cornflower Blue #BCD5ED

Tints of Pale Cornflower Blue #BCD5ED

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.39%

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

R = 29.47%
G = 33.39%
B = 37.15%

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

#BCD5ED (or 0xBCD5ED) is known color: Pale Cornflower Blue. HEX triplet: BC, D5 and ED. RGB value is (188,213,237). Sum of RGB (Red+Green+Blue) = 188+213+237=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCD5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD5ED is #432A12. Grayscale: #D0D0D0. Windows color (decimal): -4401683 or 15586748. OLE color: 15586748.

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

Color convert

RGB 188 213 237 -
CMYK 0.21 0.10 0 0.07
HSL 209.39º 0.58% 0.83% -
HSV(B) 209.39º 0.21% 0.93% -
XYZ 59.82 64.39 89.4 -
YUV 208.26 144.22 113.55 -
System Red Green Blue C M Y K H S L
Decimal 188 213 237 0.21 0.10 0 0.07 209.39 0.58 0.83
Hex BC D5 ED 15 A 0 7 D1 3A 53
Octal 274 325 355 25 12 0 7 321 72 123
Binary 10111100 11010101 11101101 10101 1010 0 111 11010001 111010 1010011

Color Harmonies of #BCD5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5ED

Black with #BCD5ED

Text Example


Text Example

White with #BCD5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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