Html Css Color HEX #BBF2BD Fringy Flower

📋 copy color: '#BBF2BD'

red 187 ◦ green 242 ◦ blue 189

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

Shades of Fringy Flower #BBF2BD

Tints of Fringy Flower #BBF2BD

RGB

 RED value IS 187 (73.44% from 255) = 30.26%

 GREEN value IS 242 (94.92% from 255) = 39.16%

 BLUE value IS 189 (74.22% from 255) = 30.58%

R = 30.26%
G = 39.16%
B = 30.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#BBF2BD (or 0xBBF2BD) is known color: Fringy Flower. HEX triplet: BB, F2 and BD. RGB value is (187,242,189). Sum of RGB (Red+Green+Blue) = 187+242+189=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2BD is #440D42. Grayscale: #DBDBDB. Windows color (decimal): -4459843 or 12448443. OLE color: 12448443.

HSL color Cylindrical-coordinate representation of color #BBF2BD: hue angle of 122.18º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF2BD is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 242 189 -
CMYK 0.23 0 0.22 0.05
HSL 122.18º 0.68% 0.84% -
HSV(B) 122.18º 0.23% 0.95% -
XYZ 61.43 77.74 59.91 -
YUV 219.51 110.78 104.81 -
System Red Green Blue C M Y K H S L
Decimal 187 242 189 0.23 0 0.22 0.05 122.18 0.68 0.84
Hex BB F2 BD 17 0 16 5 7A 44 54
Octal 273 362 275 27 0 26 5 172 104 124
Binary 10111011 11110010 10111101 10111 0 10110 101 1111010 1000100 1010100

Color Harmonies of #BBF2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF2BD

Black with #BBF2BD

Text Example


Text Example

White with #BBF2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF2BD; }

 p { color: rgb(187,242,189); }

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

background-color css

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

 a { background-color: rgb(187,242,189); }

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

border-color css

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

 span { border-color: rgb(187,242,189); }

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