Html Css Color HEX #BEDEEB Onahau

📋 copy color: '#BEDEEB'

red 190 ◦ green 222 ◦ blue 235

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

Shades of Onahau #BEDEEB

Tints of Onahau #BEDEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.32%

R = 29.37%
G = 34.31%
B = 36.32%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BEDEEB (or 0xBEDEEB) is known color: Onahau. HEX triplet: BE, DE and EB. RGB value is (190,222,235). Sum of RGB (Red+Green+Blue) = 190+222+235=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEDEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDEEB is #412114. Grayscale: #D5D5D5. Windows color (decimal): -4268309 or 15457982. OLE color: 15457982.

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

Color convert

RGB 190 222 235 -
CMYK 0.19 0.06 0 0.08
HSL 197.33º 0.53% 0.83% -
HSV(B) 197.33º 0.19% 0.92% -
XYZ 62.35 69.19 88.67 -
YUV 213.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 190 222 235 0.19 0.06 0 0.08 197.33 0.53 0.83
Hex BE DE EB 13 6 0 8 C5 35 53
Octal 276 336 353 23 6 0 10 305 65 123
Binary 10111110 11011110 11101011 10011 110 0 1000 11000101 110101 1010011

Color Harmonies of #BEDEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDEEB

Black with #BEDEEB

Text Example


Text Example

White with #BEDEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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