#BFD7EA

Color #BFD7EA Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #BFD7EA

Tints of Pale Cornflower Blue #BFD7EA

Color information

#BFD7EA (or 0xBFD7EA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BF, D7 and EA. RGB value is (191,215,234). Sum of RGB (Red+Green+Blue) = 191+215+234=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFD7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD7EA is #402815. Grayscale: #D1D1D1. Windows color (decimal): -4204566 or 15390655. OLE color: 15390655.

HSL color Cylindrical-coordinate representation of color #BFD7EA: hue angle of 206.51º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFD7EA is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191215234-
CMYK0.180.0800.08
HSL206.51º50.59%83.33%-
HSV(B)206.51º18.38%91.76%-
XYZ60.6465.6287.31-
YUV209.99141.55114.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.84%
GREEN value IS 215 (84.38% from 255) = 33.59%
BLUE value IS 234 (91.80% from 255) = 36.56%
R=29.84%
G=33.59%
B=36.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912152340.180.0800.08206.5150.5983.33
HexBFD7EA12808cf3353
Octal277327352221001031763123
Binary10111111110101111110101010010100001000110011111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD7EA; }

 p { color: rgb(191,215,234); }

 H1.HeaderClassName
 {
   color: #BFD7EA;
 }
 .AnyTagClassName
 {
   color: #BFD7EA;
 }
</style>
background-color css

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

 a { background-color: rgb(191,215,234); }

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

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

 span { border-color: rgb(191,215,234); }

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