Html Css Color HEX #BEFDEC Humming Bird

📋 copy color: '#BEFDEC'

red 190 ◦ green 253 ◦ blue 236

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

Shades of Humming Bird #BEFDEC

Tints of Humming Bird #BEFDEC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.26%

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

R = 27.98%
G = 37.26%
B = 34.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#BEFDEC (or 0xBEFDEC) is known color: Humming Bird. HEX triplet: BE, FD and EC. RGB value is (190,253,236). Sum of RGB (Red+Green+Blue) = 190+253+236=679 (89% of max value = 765). Red value is 190 (74.61% from 255 or 27.98% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFDEC is #410213. Grayscale: #E8E8E8. Windows color (decimal): -4260372 or 15531454. OLE color: 15531454.

HSL color Cylindrical-coordinate representation of color #BEFDEC: hue angle of 163.81º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFDEC is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 253 236 -
CMYK 0.25 0 0.07 0.01
HSL 163.81º 0.94% 0.87% -
HSV(B) 163.81º 0.25% 0.99% -
XYZ 71.5 87.25 92.43 -
YUV 232.23 130.13 97.88 -
System Red Green Blue C M Y K H S L
Decimal 190 253 236 0.25 0 0.07 0.01 163.81 0.94 0.87
Hex BE FD EC 19 0 7 1 A4 5E 57
Octal 276 375 354 31 0 7 1 244 136 127
Binary 10111110 11111101 11101100 11001 0 111 1 10100100 1011110 1010111

Color Harmonies of #BEFDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFDEC

Black with #BEFDEC

Text Example


Text Example

White with #BEFDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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