Html Css Color HEX #BCD9FE Pale Cornflower Blue

📋 copy color: '#BCD9FE'

red 188 ◦ green 217 ◦ blue 254

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

Shades of Pale Cornflower Blue #BCD9FE

Tints of Pale Cornflower Blue #BCD9FE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.93%

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

R = 28.53%
G = 32.93%
B = 38.54%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BCD9FE (or 0xBCD9FE) is known color: Pale Cornflower Blue. HEX triplet: BC, D9 and FE. RGB value is (188,217,254). Sum of RGB (Red+Green+Blue) = 188+217+254=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 217 (85.16% from 255 or 32.93% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCD9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD9FE is #432601. Grayscale: #D4D4D4. Windows color (decimal): -4400642 or 16701884. OLE color: 16701884.

HSL color Cylindrical-coordinate representation of color #BCD9FE: hue angle of 213.64º 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 #BCD9FE is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 217 254 -
CMYK 0.26 0.15 0 0.00
HSL 213.64º 0.97% 0.87% -
HSV(B) 213.64º 0.26% 1% -
XYZ 63.44 67.47 103.45 -
YUV 212.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 188 217 254 0.26 0.15 0 0.00 213.64 0.97 0.87
Hex BC D9 FE 1A F 0 0 D6 61 57
Octal 274 331 376 32 17 0 0 326 141 127
Binary 10111100 11011001 11111110 11010 1111 0 0 11010110 1100001 1010111

Color Harmonies of #BCD9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD9FE

Black with #BCD9FE

Text Example


Text Example

White with #BCD9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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