Html Css Color HEX #BDEEBC Fringy Flower

📋 copy color: '#BDEEBC'

red 189 ◦ green 238 ◦ blue 188

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

Shades of Fringy Flower #BDEEBC

Tints of Fringy Flower #BDEEBC

RGB

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

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

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

R = 30.73%
G = 38.7%
B = 30.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#BDEEBC (or 0xBDEEBC) is known color: Fringy Flower. HEX triplet: BD, EE and BC. RGB value is (189,238,188). Sum of RGB (Red+Green+Blue) = 189+238+188=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEBC is #421143. Grayscale: #D9D9D9. Windows color (decimal): -4329796 or 12381885. OLE color: 12381885.

HSL color Cylindrical-coordinate representation of color #BDEEBC: hue angle of 118.8º degrees, saturation: 0.6, 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 #BDEEBC is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 238 188 -
CMYK 0.21 0 0.21 0.07
HSL 118.8º 0.6% 0.84% -
HSV(B) 118.8º 0.21% 0.93% -
XYZ 60.64 75.6 58.97 -
YUV 217.65 111.27 107.57 -
System Red Green Blue C M Y K H S L
Decimal 189 238 188 0.21 0 0.21 0.07 118.8 0.6 0.84
Hex BD EE BC 15 0 15 7 77 3C 54
Octal 275 356 274 25 0 25 7 167 74 124
Binary 10111101 11101110 10111100 10101 0 10101 111 1110111 111100 1010100

Color Harmonies of #BDEEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEEBC

Black with #BDEEBC

Text Example


Text Example

White with #BDEEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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