Html Css Color HEX #BEDFE2 Onahau

📋 copy color: '#BEDFE2'

red 190 ◦ green 223 ◦ blue 226

#BEDFE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #BEDFE2

Tints of Onahau #BEDFE2

RGB

 RED value IS 190 (74.61% from 255) = 29.73%

 GREEN value IS 223 (87.5% from 255) = 34.9%

 BLUE value IS 226 (88.67% from 255) = 35.37%

R = 29.73%
G = 34.9%
B = 35.37%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BEDFE2 (or 0xBEDFE2) is known color: Onahau. HEX triplet: BE, DF and E2. RGB value is (190,223,226). Sum of RGB (Red+Green+Blue) = 190+223+226=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 226 - color contains mainly: blue. Hex color #BEDFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFE2 is #41201D. Grayscale: #D5D5D5. Windows color (decimal): -4268062 or 14868414. OLE color: 14868414.

HSL color Cylindrical-coordinate representation of color #BEDFE2: hue angle of 185º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEDFE2 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 223 226 -
CMYK 0.16 0.01 0 0.11
HSL 185º 0.38% 0.82% -
HSV(B) 185º 0.16% 0.89% -
XYZ 61.35 69.21 82.08 -
YUV 213.48 135.07 111.26 -
System Red Green Blue C M Y K H S L
Decimal 190 223 226 0.16 0.01 0 0.11 185 0.38 0.82
Hex BE DF E2 10 1 0 B B9 26 52
Octal 276 337 342 20 1 0 13 271 46 122
Binary 10111110 11011111 11100010 10000 1 0 1011 10111001 100110 1010010

Color Harmonies of #BEDFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDFE2

Black with #BEDFE2

Text Example


Text Example

White with #BEDFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDFE2; }

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

 H1.HeaderClassName
 {
   color: #BEDFE2;
 }
 .AnyTagClassName
 {
   color: #BEDFE2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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