#BFE4FF

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

Shades of Pattens Blue #BFE4FF

Tints of Pattens Blue #BFE4FF

Color information

#BFE4FF (or 0xBFE4FF) is unknown color: approx Pattens Blue. HEX triplet: BF, E4 and FF. RGB value is (191,228,255). Sum of RGB (Red+Green+Blue) = 191+228+255=674 (89% of max value = 765). Red value is 191 (75% from 255 or 28.34% from 674); Green value is 228 (89.45% from 255 or 33.83% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFE4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE4FF is #401B00. Grayscale: #DBDBDB. Windows color (decimal): -4201217 or 16770239. OLE color: 16770239.

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

Color convert

RGB191228255-
CMYK0.250.1100
HSL205.31º100%87.45%-
HSV(B)205.31º25.1%100%-
XYZ67.2873.78105.3-
YUV220.02147.74107.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.34%
GREEN value IS 228 (89.45% from 255) = 33.83%
BLUE value IS 255 (100% from 255) = 37.83%
R=28.34%
G=33.83%
B=37.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912282550.250.1100205.3110087.45
HexBFE4FF19B00cd6457
Octal277344377311300315144127
Binary101111111110010011111111110011011001100110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE4FF; }

 p { color: rgb(191,228,255); }

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

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

 a { background-color: rgb(191,228,255); }

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

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

 span { border-color: rgb(191,228,255); }

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