#BFE6ED

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

Shades of Onahau #BFE6ED

Tints of Onahau #BFE6ED

Color information

#BFE6ED (or 0xBFE6ED) is unknown color: approx Onahau. HEX triplet: BF, E6 and ED. RGB value is (191,230,237). Sum of RGB (Red+Green+Blue) = 191+230+237=658 (87% of max value = 765). Red value is 191 (75% from 255 or 29.03% from 658); Green value is 230 (90.23% from 255 or 34.95% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFE6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE6ED is #401912. Grayscale: #DBDBDB. Windows color (decimal): -4200723 or 15591103. OLE color: 15591103.

HSL color Cylindrical-coordinate representation of color #BFE6ED: hue angle of 189.13º 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 #BFE6ED is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191230237-
CMYK0.190.0300.07
HSL189.13º56.1%83.92%-
HSV(B)189.13º19.41%92.94%-
XYZ65.0773.7890.93-
YUV219.14138.08107.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.03%
GREEN value IS 230 (90.23% from 255) = 34.95%
BLUE value IS 237 (92.97% from 255) = 36.02%
R=29.03%
G=34.95%
B=36.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912302370.190.0300.07189.1356.183.92
HexBFE6ED13307bd3854
Octal2773463552330727570124
Binary10111111111001101110110110011110111101111011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE6ED; }

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

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

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

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

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

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

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

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