Html Css Color HEX #BEDEF1 Onahau

📋 copy color: '#BEDEF1'

red 190 ◦ green 222 ◦ blue 241

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

Shades of Onahau #BEDEF1

Tints of Onahau #BEDEF1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34%

 BLUE value IS 241 (94.53% from 255) = 36.91%

R = 29.1%
G = 34%
B = 36.91%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEDEF1 (or 0xBEDEF1) is known color: Onahau. HEX triplet: BE, DE and F1. RGB value is (190,222,241). Sum of RGB (Red+Green+Blue) = 190+222+241=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEDEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDEF1 is #41210E. Grayscale: #D6D6D6. Windows color (decimal): -4268303 or 15851198. OLE color: 15851198.

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

Color convert

RGB 190 222 241 -
CMYK 0.21 0.08 0 0.05
HSL 202.35º 0.65% 0.85% -
HSV(B) 202.35º 0.21% 0.95% -
XYZ 63.23 69.54 93.31 -
YUV 214.6 142.9 110.46 -
System Red Green Blue C M Y K H S L
Decimal 190 222 241 0.21 0.08 0 0.05 202.35 0.65 0.85
Hex BE DE F1 15 8 0 5 CA 41 55
Octal 276 336 361 25 10 0 5 312 101 125
Binary 10111110 11011110 11110001 10101 1000 0 101 11001010 1000001 1010101

Color Harmonies of #BEDEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDEF1

Black with #BEDEF1

Text Example


Text Example

White with #BEDEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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