#BFDEEB

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

Shades of Onahau #BFDEEB

Tints of Onahau #BFDEEB

Color information

#BFDEEB (or 0xBFDEEB) is unknown color: approx Onahau. HEX triplet: BF, DE and EB. RGB value is (191,222,235). Sum of RGB (Red+Green+Blue) = 191+222+235=648 (85% of max value = 765). Red value is 191 (75% from 255 or 29.48% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFDEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDEEB is #402114. Grayscale: #D6D6D6. Windows color (decimal): -4202773 or 15457983. OLE color: 15457983.

HSL color Cylindrical-coordinate representation of color #BFDEEB: hue angle of 197.73º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFDEEB is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191222235-
CMYK0.190.0600.08
HSL197.73º52.38%83.53%-
HSV(B)197.73º18.72%92.16%-
XYZ62.669.3288.68-
YUV214.21139.73111.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.48%
GREEN value IS 222 (87.11% from 255) = 34.26%
BLUE value IS 235 (92.19% from 255) = 36.27%
R=29.48%
G=34.26%
B=36.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912222350.190.0600.08197.7352.3883.53
HexBFDEEB13608c63454
Octal27733635323601030664124
Binary1011111111011110111010111001111001000110001101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDEEB; }

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

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

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

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

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

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

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

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