#BFEAF1

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

Shades of Onahau #BFEAF1

Tints of Onahau #BFEAF1

Color information

#BFEAF1 (or 0xBFEAF1) is unknown color: approx Onahau. HEX triplet: BF, EA and F1. RGB value is (191,234,241). Sum of RGB (Red+Green+Blue) = 191+234+241=666 (88% of max value = 765). Red value is 191 (75% from 255 or 28.68% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFEAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEAF1 is #40150E. Grayscale: #DDDDDD. Windows color (decimal): -4199695 or 15854271. OLE color: 15854271.

HSL color Cylindrical-coordinate representation of color #BFEAF1: hue angle of 188.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 #BFEAF1 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191234241-
CMYK0.210.0300.05
HSL188.4º64.1%84.71%-
HSV(B)188.4º20.75%94.51%-
XYZ66.7976.2794.42-
YUV221.94138.75105.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.68%
GREEN value IS 234 (91.80% from 255) = 35.14%
BLUE value IS 241 (94.53% from 255) = 36.19%
R=28.68%
G=35.14%
B=36.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912342410.210.0300.05188.464.184.71
HexBFEAF115305bc4055
Octal27735236125305274100125
Binary101111111110101011110001101011101011011110010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEAF1; }

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

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

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

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

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

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

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

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