Html Css Color HEX #BDFBBC Fringy Flower

📋 copy color: '#BDFBBC'

red 189 ◦ green 251 ◦ blue 188

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

Shades of Fringy Flower #BDFBBC

Tints of Fringy Flower #BDFBBC

RGB

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

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

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

R = 30.1%
G = 39.97%
B = 29.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#BDFBBC (or 0xBDFBBC) is known color: Fringy Flower. HEX triplet: BD, FB and BC. RGB value is (189,251,188). Sum of RGB (Red+Green+Blue) = 189+251+188=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 251 (98.44% from 255 or 39.97% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBBC is #420443. Grayscale: #E1E1E1. Windows color (decimal): -4326468 or 12385213. OLE color: 12385213.

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

Color convert

RGB 189 251 188 -
CMYK 0.25 0 0.25 0.02
HSL 119.05º 0.89% 0.86% -
HSV(B) 119.05º 0.25% 0.98% -
XYZ 64.56 83.44 60.28 -
YUV 225.28 106.96 102.12 -
System Red Green Blue C M Y K H S L
Decimal 189 251 188 0.25 0 0.25 0.02 119.05 0.89 0.86
Hex BD FB BC 19 0 19 2 77 59 56
Octal 275 373 274 31 0 31 2 167 131 126
Binary 10111101 11111011 10111100 11001 0 11001 10 1110111 1011001 1010110

Color Harmonies of #BDFBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFBBC

Black with #BDFBBC

Text Example


Text Example

White with #BDFBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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