#BFE7FF

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

Shades of Pattens Blue #BFE7FF

Tints of Pattens Blue #BFE7FF

Color information

#BFE7FF (or 0xBFE7FF) is unknown color: approx Pattens Blue. HEX triplet: BF, E7 and FF. RGB value is (191,231,255). Sum of RGB (Red+Green+Blue) = 191+231+255=677 (89% of max value = 765). Red value is 191 (75% from 255 or 28.21% from 677); Green value is 231 (90.62% from 255 or 34.12% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFE7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE7FF is #401800. Grayscale: #DDDDDD. Windows color (decimal): -4200449 or 16771007. OLE color: 16771007.

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

Color convert

RGB191231255-
CMYK0.250.0900
HSL202.5º100%87.45%-
HSV(B)202.5º25.1%100%-
XYZ68.1175.45105.58-
YUV221.78146.75106.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.21%
GREEN value IS 231 (90.62% from 255) = 34.12%
BLUE value IS 255 (100% from 255) = 37.67%
R=28.21%
G=34.12%
B=37.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912312550.250.0900202.510087.45
HexBFE7FF19900ca6457
Octal277347377311100312144127
Binary101111111110011111111111110011001001100101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE7FF; }

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

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

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

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

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

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

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

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