#BFDFE9

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

Shades of Onahau #BFDFE9

Tints of Onahau #BFDFE9

Color information

#BFDFE9 (or 0xBFDFE9) is unknown color: approx Onahau. HEX triplet: BF, DF and E9. RGB value is (191,223,233). Sum of RGB (Red+Green+Blue) = 191+223+233=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFDFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDFE9 is #402016. Grayscale: #D6D6D6. Windows color (decimal): -4202519 or 15327167. OLE color: 15327167.

HSL color Cylindrical-coordinate representation of color #BFDFE9: hue angle of 194.29º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFDFE9 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191223233-
CMYK0.180.0400.09
HSL194.29º48.84%83.14%-
HSV(B)194.29º18.03%91.37%-
XYZ62.5869.7387.25-
YUV214.57138.4111.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.52%
GREEN value IS 223 (87.5% from 255) = 34.47%
BLUE value IS 233 (91.41% from 255) = 36.01%
R=29.52%
G=34.47%
B=36.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912232330.180.0400.09194.2948.8483.14
HexBFDFE912409c23153
Octal27733735122401130261123
Binary1011111111011111111010011001010001001110000101100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFE9; }

 p { color: rgb(191,223,233); }

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

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

 a { background-color: rgb(191,223,233); }

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

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

 span { border-color: rgb(191,223,233); }

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