#BEDFF2

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

Shades of Onahau #BEDFF2

Tints of Onahau #BEDFF2

Color information

#BEDFF2 (or 0xBEDFF2) is unknown color: approx Onahau. HEX triplet: BE, DF and F2. RGB value is (190,223,242). Sum of RGB (Red+Green+Blue) = 190+223+242=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEDFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDFF2 is #41200D. Grayscale: #D7D7D7. Windows color (decimal): -4268046 or 15916990. OLE color: 15916990.

HSL color Cylindrical-coordinate representation of color #BEDFF2: hue angle of 201.92º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEDFF2 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190223242-
CMYK0.210.0800.05
HSL201.92º66.67%84.71%-
HSV(B)201.92º21.49%94.9%-
XYZ63.6570.1394.19-
YUV215.3143.07109.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.01%
GREEN value IS 223 (87.5% from 255) = 34.05%
BLUE value IS 242 (94.92% from 255) = 36.95%
R=29.01%
G=34.05%
B=36.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902232420.210.0800.05201.9266.6784.71
HexBEDFF215805ca4355
Octal276337362251005312103125
Binary10111110110111111111001010101100001011100101010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDFF2; }

 p { color: rgb(190,223,242); }

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

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

 a { background-color: rgb(190,223,242); }

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

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

 span { border-color: rgb(190,223,242); }

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