Html Css Color HEX #BDF991 Reef

📋 copy color: '#BDF991'

red 189 ◦ green 249 ◦ blue 145

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

Shades of Reef #BDF991

Tints of Reef #BDF991

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.71%

 BLUE value IS 145 (57.03% from 255) = 24.87%

R = 32.42%
G = 42.71%
B = 24.87%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#BDF991 (or 0xBDF991) is known color: Reef. HEX triplet: BD, F9 and 91. RGB value is (189,249,145). Sum of RGB (Red+Green+Blue) = 189+249+145=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 145 (57.03% from 255 or 24.87% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF991 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF991 is #42066E. Grayscale: #DBDBDB. Windows color (decimal): -4327023 or 9566653. OLE color: 9566653.

HSL color Cylindrical-coordinate representation of color #BDF991: hue angle of 94.62º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDF991 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 249 145 -
CMYK 0.24 0 0.42 0.02
HSL 94.62º 0.9% 0.77% -
HSV(B) 94.62º 0.42% 0.98% -
XYZ 59.97 80.61 39.19 -
YUV 219.2 86.12 106.46 -
System Red Green Blue C M Y K H S L
Decimal 189 249 145 0.24 0 0.42 0.02 94.62 0.9 0.77
Hex BD F9 91 18 0 2A 2 5F 5A 4D
Octal 275 371 221 30 0 52 2 137 132 115
Binary 10111101 11111001 10010001 11000 0 101010 10 1011111 1011010 1001101

Color Harmonies of #BDF991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF991

Black with #BDF991

Text Example


Text Example

White with #BDF991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF991; }

 p { color: rgb(189,249,145); }

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

background-color css

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

 a { background-color: rgb(189,249,145); }

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

border-color css

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

 span { border-color: rgb(189,249,145); }

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