#BFE5FF

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

Shades of Pattens Blue #BFE5FF

Tints of Pattens Blue #BFE5FF

Color information

#BFE5FF (or 0xBFE5FF) is unknown color: approx Pattens Blue. HEX triplet: BF, E5 and FF. RGB value is (191,229,255). Sum of RGB (Red+Green+Blue) = 191+229+255=675 (89% of max value = 765). Red value is 191 (75% from 255 or 28.30% from 675); Green value is 229 (89.84% from 255 or 33.93% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFE5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE5FF is #401A00. Grayscale: #DCDCDC. Windows color (decimal): -4200961 or 16770495. OLE color: 16770495.

HSL color Cylindrical-coordinate representation of color #BFE5FF: hue angle of 204.38º 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 #BFE5FF is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB191229255-
CMYK0.250.1000
HSL204.38º100%87.45%-
HSV(B)204.38º25.1%100%-
XYZ67.5674.33105.4-
YUV220.6147.41106.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.30%
GREEN value IS 229 (89.84% from 255) = 33.93%
BLUE value IS 255 (100% from 255) = 37.78%
R=28.30%
G=33.93%
B=37.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912292550.250.1000204.3810087.45
HexBFE5FF19A00cc6457
Octal277345377311200314144127
Binary101111111110010111111111110011010001100110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE5FF; }

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

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

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

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

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

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

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

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