Html Css Color HEX #BDEEBE Fringy Flower

📋 copy color: '#BDEEBE'

red 189 ◦ green 238 ◦ blue 190

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

Shades of Fringy Flower #BDEEBE

Tints of Fringy Flower #BDEEBE

RGB

 RED value IS 189 (74.22% from 255) = 30.63%

 GREEN value IS 238 (93.36% from 255) = 38.57%

 BLUE value IS 190 (74.61% from 255) = 30.79%

R = 30.63%
G = 38.57%
B = 30.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#BDEEBE (or 0xBDEEBE) is known color: Fringy Flower. HEX triplet: BD, EE and BE. RGB value is (189,238,190). Sum of RGB (Red+Green+Blue) = 189+238+190=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEBE is #421141. Grayscale: #DADADA. Windows color (decimal): -4329794 or 12512957. OLE color: 12512957.

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

Color convert

RGB 189 238 190 -
CMYK 0.21 0 0.20 0.07
HSL 121.22º 0.59% 0.84% -
HSV(B) 121.22º 0.21% 0.93% -
XYZ 60.86 75.69 60.12 -
YUV 217.88 112.27 107.4 -
System Red Green Blue C M Y K H S L
Decimal 189 238 190 0.21 0 0.20 0.07 121.22 0.59 0.84
Hex BD EE BE 15 0 14 7 79 3B 54
Octal 275 356 276 25 0 24 7 171 73 124
Binary 10111101 11101110 10111110 10101 0 10100 111 1111001 111011 1010100

Color Harmonies of #BDEEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEEBE

Black with #BDEEBE

Text Example


Text Example

White with #BDEEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEEBE; }

 p { color: rgb(189,238,190); }

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

background-color css

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

 a { background-color: rgb(189,238,190); }

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

border-color css

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

 span { border-color: rgb(189,238,190); }

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