#BFEBED

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

Shades of Onahau #BFEBED

Tints of Onahau #BFEBED

Color information

#BFEBED (or 0xBFEBED) is unknown color: approx Onahau. HEX triplet: BF, EB and ED. RGB value is (191,235,237). Sum of RGB (Red+Green+Blue) = 191+235+237=663 (87% of max value = 765). Red value is 191 (75% from 255 or 28.81% from 663); Green value is 235 (92.19% from 255 or 35.44% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFEBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEBED is #401412. Grayscale: #DEDEDE. Windows color (decimal): -4199443 or 15592383. OLE color: 15592383.

HSL color Cylindrical-coordinate representation of color #BFEBED: hue angle of 182.61º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEBED is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191235237-
CMYK0.190.0100.07
HSL182.61º56.1%83.92%-
HSV(B)182.61º19.41%92.94%-
XYZ66.4876.6191.4-
YUV222.07136.42105.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.81%
GREEN value IS 235 (92.19% from 255) = 35.44%
BLUE value IS 237 (92.97% from 255) = 35.75%
R=28.81%
G=35.44%
B=35.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912352370.190.0100.07182.6156.183.92
HexBFEBED13107b73854
Octal2773533552310726770124
Binary1011111111101011111011011001110111101101111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEBED; }

 p { color: rgb(191,235,237); }

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

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

 a { background-color: rgb(191,235,237); }

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

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

 span { border-color: rgb(191,235,237); }

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