Html Css Color HEX #BDEBBA Fringy Flower

📋 copy color: '#BDEBBA'

red 189 ◦ green 235 ◦ blue 186

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

Shades of Fringy Flower #BDEBBA

Tints of Fringy Flower #BDEBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.49%

R = 30.98%
G = 38.52%
B = 30.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#BDEBBA (or 0xBDEBBA) is known color: Fringy Flower. HEX triplet: BD, EB and BA. RGB value is (189,235,186). Sum of RGB (Red+Green+Blue) = 189+235+186=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBBA is #421445. Grayscale: #D7D7D7. Windows color (decimal): -4330566 or 12250045. OLE color: 12250045.

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

Color convert

RGB 189 235 186 -
CMYK 0.20 0 0.21 0.08
HSL 116.33º 0.55% 0.83% -
HSV(B) 116.33º 0.21% 0.92% -
XYZ 59.56 73.78 57.56 -
YUV 215.66 111.26 108.98 -
System Red Green Blue C M Y K H S L
Decimal 189 235 186 0.20 0 0.21 0.08 116.33 0.55 0.83
Hex BD EB BA 14 0 15 8 74 37 53
Octal 275 353 272 24 0 25 10 164 67 123
Binary 10111101 11101011 10111010 10100 0 10101 1000 1110100 110111 1010011

Color Harmonies of #BDEBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBBA

Black with #BDEBBA

Text Example


Text Example

White with #BDEBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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