Html Css Color HEX #BDEABC Fringy Flower

📋 copy color: '#BDEABC'

red 189 ◦ green 234 ◦ blue 188

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

Shades of Fringy Flower #BDEABC

Tints of Fringy Flower #BDEABC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.3%

 BLUE value IS 188 (73.83% from 255) = 30.77%

R = 30.93%
G = 38.3%
B = 30.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#BDEABC (or 0xBDEABC) is known color: Fringy Flower. HEX triplet: BD, EA and BC. RGB value is (189,234,188). Sum of RGB (Red+Green+Blue) = 189+234+188=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEABC is #421543. Grayscale: #D7D7D7. Windows color (decimal): -4330820 or 12380861. OLE color: 12380861.

HSL color Cylindrical-coordinate representation of color #BDEABC: hue angle of 118.7º degrees, saturation: 0.52, 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 #BDEABC is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 234 188 -
CMYK 0.19 0 0.20 0.08
HSL 118.7º 0.52% 0.83% -
HSV(B) 118.7º 0.2% 0.92% -
XYZ 59.49 73.3 58.59 -
YUV 215.3 112.59 109.24 -
System Red Green Blue C M Y K H S L
Decimal 189 234 188 0.19 0 0.20 0.08 118.7 0.52 0.83
Hex BD EA BC 13 0 14 8 77 34 53
Octal 275 352 274 23 0 24 10 167 64 123
Binary 10111101 11101010 10111100 10011 0 10100 1000 1110111 110100 1010011

Color Harmonies of #BDEABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEABC

Black with #BDEABC

Text Example


Text Example

White with #BDEABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEABC; }

 p { color: rgb(189,234,188); }

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

background-color css

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

 a { background-color: rgb(189,234,188); }

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

border-color css

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

 span { border-color: rgb(189,234,188); }

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