Html Css Color HEX #BEDFEC Onahau

📋 copy color: '#BEDFEC'

red 190 ◦ green 223 ◦ blue 236

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

Shades of Onahau #BEDFEC

Tints of Onahau #BEDFEC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.36%

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

R = 29.28%
G = 34.36%
B = 36.36%

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

#BEDFEC (or 0xBEDFEC) is known color: Onahau. HEX triplet: BE, DF and EC. RGB value is (190,223,236). Sum of RGB (Red+Green+Blue) = 190+223+236=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEDFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDFEC is #412013. Grayscale: #D6D6D6. Windows color (decimal): -4268052 or 15523774. OLE color: 15523774.

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

Color convert

RGB 190 223 236 -
CMYK 0.19 0.06 0 0.07
HSL 196.96º 0.55% 0.84% -
HSV(B) 196.96º 0.19% 0.93% -
XYZ 62.76 69.78 89.52 -
YUV 214.62 140.07 110.44 -
System Red Green Blue C M Y K H S L
Decimal 190 223 236 0.19 0.06 0 0.07 196.96 0.55 0.84
Hex BE DF EC 13 6 0 7 C5 37 54
Octal 276 337 354 23 6 0 7 305 67 124
Binary 10111110 11011111 11101100 10011 110 0 111 11000101 110111 1010100

Color Harmonies of #BEDFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDFEC

Black with #BEDFEC

Text Example


Text Example

White with #BEDFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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