Html Css Color HEX #BCDEFE Pale Cornflower Blue

📋 copy color: '#BCDEFE'

red 188 ◦ green 222 ◦ blue 254

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

Shades of Pale Cornflower Blue #BCDEFE

Tints of Pale Cornflower Blue #BCDEFE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.43%

 BLUE value IS 254 (99.61% from 255) = 38.25%

R = 28.31%
G = 33.43%
B = 38.25%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BCDEFE (or 0xBCDEFE) is known color: Pale Cornflower Blue. HEX triplet: BC, DE and FE. RGB value is (188,222,254). Sum of RGB (Red+Green+Blue) = 188+222+254=664 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.31% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCDEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDEFE is #432101. Grayscale: #D7D7D7. Windows color (decimal): -4399362 or 16703164. OLE color: 16703164.

HSL color Cylindrical-coordinate representation of color #BCDEFE: hue angle of 209.09º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCDEFE is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 222 254 -
CMYK 0.26 0.13 0 0.00
HSL 209.09º 0.97% 0.87% -
HSV(B) 209.09º 0.26% 1% -
XYZ 64.75 70.09 103.88 -
YUV 215.48 149.74 108.4 -
System Red Green Blue C M Y K H S L
Decimal 188 222 254 0.26 0.13 0 0.00 209.09 0.97 0.87
Hex BC DE FE 1A D 0 0 D1 61 57
Octal 274 336 376 32 15 0 0 321 141 127
Binary 10111100 11011110 11111110 11010 1101 0 0 11010001 1100001 1010111

Color Harmonies of #BCDEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDEFE

Black with #BCDEFE

Text Example


Text Example

White with #BCDEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDEFE; }

 p { color: rgb(188,222,254); }

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

background-color css

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

 a { background-color: rgb(188,222,254); }

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

border-color css

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

 span { border-color: rgb(188,222,254); }

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