#BFDAEE

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

Shades of Pattens Blue #BFDAEE

Tints of Pattens Blue #BFDAEE

Color information

#BFDAEE (or 0xBFDAEE) is unknown color: approx Pattens Blue. HEX triplet: BF, DA and EE. RGB value is (191,218,238). Sum of RGB (Red+Green+Blue) = 191+218+238=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFDAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDAEE is #402511. Grayscale: #D4D4D4. Windows color (decimal): -4203794 or 15653567. OLE color: 15653567.

HSL color Cylindrical-coordinate representation of color #BFDAEE: hue angle of 205.53º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFDAEE is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191218238-
CMYK0.200.0800.07
HSL205.53º58.02%84.12%-
HSV(B)205.53º19.75%93.33%-
XYZ61.9967.3990.63-
YUV212.21142.55112.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.52%
GREEN value IS 218 (85.55% from 255) = 33.69%
BLUE value IS 238 (93.36% from 255) = 36.79%
R=29.52%
G=33.69%
B=36.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912182380.200.0800.07205.5358.0284.12
HexBFDAEE14807ce3a54
Octal27733235624100731672124
Binary1011111111011010111011101010010000111110011101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDAEE; }

 p { color: rgb(191,218,238); }

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

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

 a { background-color: rgb(191,218,238); }

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

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

 span { border-color: rgb(191,218,238); }

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