#BFE8FF

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

Shades of Pattens Blue #BFE8FF

Tints of Pattens Blue #BFE8FF

Color information

#BFE8FF (or 0xBFE8FF) is unknown color: approx Pattens Blue. HEX triplet: BF, E8 and FF. RGB value is (191,232,255). Sum of RGB (Red+Green+Blue) = 191+232+255=678 (89% of max value = 765). Red value is 191 (75% from 255 or 28.17% from 678); Green value is 232 (91.02% from 255 or 34.22% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFE8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE8FF is #401700. Grayscale: #DEDEDE. Windows color (decimal): -4200193 or 16771263. OLE color: 16771263.

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

Color convert

RGB191232255-
CMYK0.250.0900
HSL201.56º100%87.45%-
HSV(B)201.56º25.1%100%-
XYZ68.3976.01105.67-
YUV222.36146.42105.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.17%
GREEN value IS 232 (91.02% from 255) = 34.22%
BLUE value IS 255 (100% from 255) = 37.61%
R=28.17%
G=34.22%
B=37.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912322550.250.0900201.5610087.45
HexBFE8FF19900ca6457
Octal277350377311100312144127
Binary101111111110100011111111110011001001100101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE8FF; }

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

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

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

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

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

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

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

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