#BEDFF1

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

Shades of Onahau #BEDFF1

Tints of Onahau #BEDFF1

Color information

#BEDFF1 (or 0xBEDFF1) is unknown color: approx Onahau. HEX triplet: BE, DF and F1. RGB value is (190,223,241). Sum of RGB (Red+Green+Blue) = 190+223+241=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEDFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDFF1 is #41200E. Grayscale: #D7D7D7. Windows color (decimal): -4268047 or 15851454. OLE color: 15851454.

HSL color Cylindrical-coordinate representation of color #BEDFF1: hue angle of 201.18º degrees, saturation: 0.65, 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 #BEDFF1 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190223241-
CMYK0.210.0700.05
HSL201.18º64.56%84.51%-
HSV(B)201.18º21.16%94.51%-
XYZ63.570.0793.4-
YUV215.18142.57110.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.05%
GREEN value IS 223 (87.5% from 255) = 34.10%
BLUE value IS 241 (94.53% from 255) = 36.85%
R=29.05%
G=34.10%
B=36.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902232410.210.0700.05201.1864.5684.51
HexBEDFF115705c94155
Octal27633736125705311101125
Binary1011111011011111111100011010111101011100100110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDFF1; }

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

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

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

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

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

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

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

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