#BFE1F2

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

Shades of Onahau #BFE1F2

Tints of Onahau #BFE1F2

Color information

#BFE1F2 (or 0xBFE1F2) is unknown color: approx Onahau. HEX triplet: BF, E1 and F2. RGB value is (191,225,242). Sum of RGB (Red+Green+Blue) = 191+225+242=658 (87% of max value = 765). Red value is 191 (75% from 255 or 29.03% from 658); Green value is 225 (88.28% from 255 or 34.19% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFE1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE1F2 is #401E0D. Grayscale: #D8D8D8. Windows color (decimal): -4201998 or 15917503. OLE color: 15917503.

HSL color Cylindrical-coordinate representation of color #BFE1F2: hue angle of 200º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFE1F2 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191225242-
CMYK0.210.0700.05
HSL200º66.23%84.9%-
HSV(B)200º21.07%94.9%-
XYZ64.4471.3494.38-
YUV216.77142.24109.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.03%
GREEN value IS 225 (88.28% from 255) = 34.19%
BLUE value IS 242 (94.92% from 255) = 36.78%
R=29.03%
G=34.19%
B=36.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912252420.210.0700.0520066.2384.9
HexBFE1F215705c84255
Octal27734136225705310102125
Binary1011111111100001111100101010111101011100100010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE1F2; }

 p { color: rgb(191,225,242); }

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

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

 a { background-color: rgb(191,225,242); }

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

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

 span { border-color: rgb(191,225,242); }

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