Html Css Color HEX #BDFBBA Fringy Flower

📋 copy color: '#BDFBBA'

red 189 ◦ green 251 ◦ blue 186

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

Shades of Fringy Flower #BDFBBA

Tints of Fringy Flower #BDFBBA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.1%

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

R = 30.19%
G = 40.1%
B = 29.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#BDFBBA (or 0xBDFBBA) is known color: Fringy Flower. HEX triplet: BD, FB and BA. RGB value is (189,251,186). Sum of RGB (Red+Green+Blue) = 189+251+186=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBBA is #420445. Grayscale: #E1E1E1. Windows color (decimal): -4326470 or 12254141. OLE color: 12254141.

HSL color Cylindrical-coordinate representation of color #BDFBBA: hue angle of 117.23º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFBBA is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 251 186 -
CMYK 0.25 0 0.26 0.02
HSL 117.23º 0.89% 0.86% -
HSV(B) 117.23º 0.26% 0.98% -
XYZ 64.35 83.36 59.15 -
YUV 225.05 105.96 102.29 -
System Red Green Blue C M Y K H S L
Decimal 189 251 186 0.25 0 0.26 0.02 117.23 0.89 0.86
Hex BD FB BA 19 0 1A 2 75 59 56
Octal 275 373 272 31 0 32 2 165 131 126
Binary 10111101 11111011 10111010 11001 0 11010 10 1110101 1011001 1010110

Color Harmonies of #BDFBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFBBA

Black with #BDFBBA

Text Example


Text Example

White with #BDFBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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