Html Css Color HEX #BEDEEC Onahau

📋 copy color: '#BEDEEC'

red 190 ◦ green 222 ◦ blue 236

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

Shades of Onahau #BEDEEC

Tints of Onahau #BEDEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.42%

R = 29.32%
G = 34.26%
B = 36.42%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEDEEC (or 0xBEDEEC) is known color: Onahau. HEX triplet: BE, DE and EC. RGB value is (190,222,236). Sum of RGB (Red+Green+Blue) = 190+222+236=648 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.32% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEDEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDEEC is #412113. Grayscale: #D5D5D5. Windows color (decimal): -4268308 or 15523518. OLE color: 15523518.

HSL color Cylindrical-coordinate representation of color #BEDEEC: hue angle of 198.26º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEDEEC is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 222 236 -
CMYK 0.19 0.06 0 0.07
HSL 198.26º 0.55% 0.84% -
HSV(B) 198.26º 0.19% 0.93% -
XYZ 62.5 69.25 89.43 -
YUV 214.03 140.4 110.86 -
System Red Green Blue C M Y K H S L
Decimal 190 222 236 0.19 0.06 0 0.07 198.26 0.55 0.84
Hex BE DE EC 13 6 0 7 C6 37 54
Octal 276 336 354 23 6 0 7 306 67 124
Binary 10111110 11011110 11101100 10011 110 0 111 11000110 110111 1010100

Color Harmonies of #BEDEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDEEC

Black with #BEDEEC

Text Example


Text Example

White with #BEDEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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