Html Css Color HEX #BEDCE7 Onahau

📋 copy color: '#BEDCE7'

red 190 ◦ green 220 ◦ blue 231

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

Shades of Onahau #BEDCE7

Tints of Onahau #BEDCE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.04%

R = 29.64%
G = 34.32%
B = 36.04%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BEDCE7 (or 0xBEDCE7) is known color: Onahau. HEX triplet: BE, DC and E7. RGB value is (190,220,231). Sum of RGB (Red+Green+Blue) = 190+220+231=641 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.64% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 231 - color contains mainly: blue. Hex color #BEDCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDCE7 is #412318. Grayscale: #D4D4D4. Windows color (decimal): -4268825 or 15195326. OLE color: 15195326.

HSL color Cylindrical-coordinate representation of color #BEDCE7: hue angle of 196.1º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEDCE7 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 220 231 -
CMYK 0.18 0.05 0 0.09
HSL 196.1º 0.46% 0.83% -
HSV(B) 196.1º 0.18% 0.91% -
XYZ 61.25 67.9 85.48 -
YUV 212.28 138.56 112.11 -
System Red Green Blue C M Y K H S L
Decimal 190 220 231 0.18 0.05 0 0.09 196.1 0.46 0.83
Hex BE DC E7 12 5 0 9 C4 2E 53
Octal 276 334 347 22 5 0 11 304 56 123
Binary 10111110 11011100 11100111 10010 101 0 1001 11000100 101110 1010011

Color Harmonies of #BEDCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDCE7

Black with #BEDCE7

Text Example


Text Example

White with #BEDCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDCE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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