#BFDFE3

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

Shades of Onahau #BFDFE3

Tints of Onahau #BFDFE3

Color information

#BFDFE3 (or 0xBFDFE3) is unknown color: approx Onahau. HEX triplet: BF, DF and E3. RGB value is (191,223,227). Sum of RGB (Red+Green+Blue) = 191+223+227=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFDFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFE3 is #40201C. Grayscale: #D5D5D5. Windows color (decimal): -4202525 or 14933951. OLE color: 14933951.

HSL color Cylindrical-coordinate representation of color #BFDFE3: hue angle of 186.67º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFDFE3 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB191223227-
CMYK0.160.0200.11
HSL186.67º39.13%81.96%-
HSV(B)186.67º15.86%89.02%-
XYZ61.7469.482.81-
YUV213.89135.4111.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.80%
GREEN value IS 223 (87.5% from 255) = 34.79%
BLUE value IS 227 (89.06% from 255) = 35.41%
R=29.80%
G=34.79%
B=35.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912232270.160.0200.11186.6739.1381.96
HexBFDFE31020Bbb2752
Octal27733734320201327347122
Binary101111111101111111100011100001001011101110111001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFE3; }

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

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

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

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

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

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

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

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