Html Css Color HEX #BDEBBF Fringy Flower

📋 copy color: '#BDEBBF'

red 189 ◦ green 235 ◦ blue 191

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

Shades of Fringy Flower #BDEBBF

Tints of Fringy Flower #BDEBBF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.21%

 BLUE value IS 191 (75% from 255) = 31.06%

R = 30.73%
G = 38.21%
B = 31.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#BDEBBF (or 0xBDEBBF) is known color: Fringy Flower. HEX triplet: BD, EB and BF. RGB value is (189,235,191). Sum of RGB (Red+Green+Blue) = 189+235+191=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBBF is #421440. Grayscale: #D8D8D8. Windows color (decimal): -4330561 or 12577725. OLE color: 12577725.

HSL color Cylindrical-coordinate representation of color #BDEBBF: hue angle of 122.61º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEBBF is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 235 191 -
CMYK 0.20 0 0.19 0.08
HSL 122.61º 0.53% 0.83% -
HSV(B) 122.61º 0.2% 0.92% -
XYZ 60.1 74 60.41 -
YUV 216.23 113.76 108.58 -
System Red Green Blue C M Y K H S L
Decimal 189 235 191 0.20 0 0.19 0.08 122.61 0.53 0.83
Hex BD EB BF 14 0 13 8 7B 35 53
Octal 275 353 277 24 0 23 10 173 65 123
Binary 10111101 11101011 10111111 10100 0 10011 1000 1111011 110101 1010011

Color Harmonies of #BDEBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBBF

Black with #BDEBBF

Text Example


Text Example

White with #BDEBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBBF; }

 p { color: rgb(189,235,191); }

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

background-color css

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

 a { background-color: rgb(189,235,191); }

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

border-color css

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

 span { border-color: rgb(189,235,191); }

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