#BFD6EB

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

Shades of Pale Cornflower Blue #BFD6EB

Tints of Pale Cornflower Blue #BFD6EB

Color information

#BFD6EB (or 0xBFD6EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BF, D6 and EB. RGB value is (191,214,235). Sum of RGB (Red+Green+Blue) = 191+214+235=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFD6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD6EB is #402914. Grayscale: #D1D1D1. Windows color (decimal): -4204821 or 15455935. OLE color: 15455935.

HSL color Cylindrical-coordinate representation of color #BFD6EB: hue angle of 208.64º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFD6EB is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191214235-
CMYK0.190.0900.08
HSL208.64º52.38%83.53%-
HSV(B)208.64º18.72%92.16%-
XYZ60.5365.1787.99-
YUV209.52142.38114.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.84%
GREEN value IS 214 (83.98% from 255) = 33.44%
BLUE value IS 235 (92.19% from 255) = 36.72%
R=29.84%
G=33.44%
B=36.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912142350.190.0900.08208.6452.3883.53
HexBFD6EB13908d13454
Octal277326353231101032164124
Binary10111111110101101110101110011100101000110100011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD6EB; }

 p { color: rgb(191,214,235); }

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

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

 a { background-color: rgb(191,214,235); }

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

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

 span { border-color: rgb(191,214,235); }

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