#BFE6FE

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

Shades of Pattens Blue #BFE6FE

Tints of Pattens Blue #BFE6FE

Color information

#BFE6FE (or 0xBFE6FE) is unknown color: approx Pattens Blue. HEX triplet: BF, E6 and FE. RGB value is (191,230,254). Sum of RGB (Red+Green+Blue) = 191+230+254=675 (89% of max value = 765). Red value is 191 (75% from 255 or 28.30% from 675); Green value is 230 (90.23% from 255 or 34.07% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFE6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE6FE is #401901. Grayscale: #DCDCDC. Windows color (decimal): -4200706 or 16705215. OLE color: 16705215.

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

Color convert

RGB191230254-
CMYK0.250.0900.00
HSL202.86º96.92%87.25%-
HSV(B)202.86º24.8%99.61%-
XYZ67.6774.83104.64-
YUV221.07146.58106.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.30%
GREEN value IS 230 (90.23% from 255) = 34.07%
BLUE value IS 254 (99.61% from 255) = 37.63%
R=28.30%
G=34.07%
B=37.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912302540.250.0900.00202.8696.9287.25
HexBFE6FE19900cb6157
Octal277346376311100313141127
Binary101111111110011011111110110011001001100101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE6FE; }

 p { color: rgb(191,230,254); }

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

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

 a { background-color: rgb(191,230,254); }

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

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

 span { border-color: rgb(191,230,254); }

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