Html Css Color HEX #BDF992 Reef

📋 copy color: '#BDF992'

red 189 ◦ green 249 ◦ blue 146

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

Shades of Reef #BDF992

Tints of Reef #BDF992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25%

R = 32.36%
G = 42.64%
B = 25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#BDF992 (or 0xBDF992) is known color: Reef. HEX triplet: BD, F9 and 92. RGB value is (189,249,146). Sum of RGB (Red+Green+Blue) = 189+249+146=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 146 (57.42% from 255 or 25% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF992 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF992 is #42066D. Grayscale: #DBDBDB. Windows color (decimal): -4327022 or 9632189. OLE color: 9632189.

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

Color convert

RGB 189 249 146 -
CMYK 0.24 0 0.41 0.02
HSL 94.95º 0.9% 0.77% -
HSV(B) 94.95º 0.41% 0.98% -
XYZ 60.05 80.65 39.6 -
YUV 219.32 86.62 106.38 -
System Red Green Blue C M Y K H S L
Decimal 189 249 146 0.24 0 0.41 0.02 94.95 0.9 0.77
Hex BD F9 92 18 0 29 2 5F 5A 4D
Octal 275 371 222 30 0 51 2 137 132 115
Binary 10111101 11111001 10010010 11000 0 101001 10 1011111 1011010 1001101

Color Harmonies of #BDF992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF992

Black with #BDF992

Text Example


Text Example

White with #BDF992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF992; }

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

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

background-color css

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

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

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

border-color css

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

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

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