#BFE0F1

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

Shades of Onahau #BFE0F1

Tints of Onahau #BFE0F1

Color information

#BFE0F1 (or 0xBFE0F1) is unknown color: approx Onahau. HEX triplet: BF, E0 and F1. RGB value is (191,224,241). Sum of RGB (Red+Green+Blue) = 191+224+241=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 224 (87.89% from 255 or 34.15% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFE0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE0F1 is #401F0E. Grayscale: #D7D7D7. Windows color (decimal): -4202255 or 15851711. OLE color: 15851711.

HSL color Cylindrical-coordinate representation of color #BFE0F1: hue angle of 200.4º degrees, saturation: 0.64, 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 #BFE0F1 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191224241-
CMYK0.210.0700.05
HSL200.4º64.1%84.71%-
HSV(B)200.4º20.75%94.51%-
XYZ64.0270.7493.5-
YUV216.07142.07110.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.12%
GREEN value IS 224 (87.89% from 255) = 34.15%
BLUE value IS 241 (94.53% from 255) = 36.74%
R=29.12%
G=34.15%
B=36.74%

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
Decimal1912242410.210.0700.05200.464.184.71
HexBFE0F115705c84055
Octal27734036125705310100125
Binary1011111111100000111100011010111101011100100010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE0F1; }

 p { color: rgb(191,224,241); }

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

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

 a { background-color: rgb(191,224,241); }

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

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

 span { border-color: rgb(191,224,241); }

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