Html Css Color HEX #BEDCEA Onahau

📋 copy color: '#BEDCEA'

red 190 ◦ green 220 ◦ blue 234

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

Shades of Onahau #BEDCEA

Tints of Onahau #BEDCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.16%

 BLUE value IS 234 (91.8% from 255) = 36.34%

R = 29.5%
G = 34.16%
B = 36.34%

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

#BEDCEA (or 0xBEDCEA) is known color: Onahau. HEX triplet: BE, DC and EA. RGB value is (190,220,234). Sum of RGB (Red+Green+Blue) = 190+220+234=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEDCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDCEA is #412315. Grayscale: #D4D4D4. Windows color (decimal): -4268822 or 15391934. OLE color: 15391934.

HSL color Cylindrical-coordinate representation of color #BEDCEA: hue angle of 199.09º degrees, saturation: 0.51, 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 #BEDCEA is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 220 234 -
CMYK 0.19 0.06 0 0.08
HSL 199.09º 0.51% 0.83% -
HSV(B) 199.09º 0.19% 0.92% -
XYZ 61.68 68.07 87.73 -
YUV 212.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 190 220 234 0.19 0.06 0 0.08 199.09 0.51 0.83
Hex BE DC EA 13 6 0 8 C7 33 53
Octal 276 334 352 23 6 0 10 307 63 123
Binary 10111110 11011100 11101010 10011 110 0 1000 11000111 110011 1010011

Color Harmonies of #BEDCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDCEA

Black with #BEDCEA

Text Example


Text Example

White with #BEDCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDCEA; }

 p { color: rgb(190,220,234); }

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

background-color css

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

 a { background-color: rgb(190,220,234); }

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

border-color css

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

 span { border-color: rgb(190,220,234); }

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